Uses of Class
odata.msgraph.client.beta.complex.BufferDecryptionResult
-
Packages that use BufferDecryptionResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of BufferDecryptionResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BufferDecryptionResult Modifier and Type Method Description BufferDecryptionResultBufferDecryptionResult.Builder. build()BufferDecryptionResultBufferDecryptionResult. withDecryptedBuffer(byte[] decryptedBuffer)BufferDecryptionResultBufferDecryptionResult. withUnmappedField(String name, String value) -
Uses of BufferDecryptionResult in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type BufferDecryptionResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BufferDecryptionResult>InformationProtection. decryptBuffer(byte[] encryptedBuffer, byte[] publishingLicense) -
Uses of BufferDecryptionResult in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type BufferDecryptionResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BufferDecryptionResult>InformationProtectionRequest. decryptBuffer(byte[] encryptedBuffer, byte[] publishingLicense)
-