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