Package microsoft.graph.security.complex
Class BufferEncryptionResult.Builder
- java.lang.Object
-
- microsoft.graph.security.complex.BufferEncryptionResult.Builder
-
- Enclosing class:
- BufferEncryptionResult
public static final class BufferEncryptionResult.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferEncryptionResultbuild()BufferEncryptionResult.BuilderencryptedBuffer(byte[] encryptedBuffer)BufferEncryptionResult.BuilderpublishingLicense(byte[] publishingLicense)
-
-
-
Method Detail
-
encryptedBuffer
public BufferEncryptionResult.Builder encryptedBuffer(byte[] encryptedBuffer)
-
publishingLicense
public BufferEncryptionResult.Builder publishingLicense(byte[] publishingLicense)
-
build
public BufferEncryptionResult build()
-
-