Package odata.msgraph.client.complex
Class ChangeNotificationEncryptedContent.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ChangeNotificationEncryptedContent.Builder
-
- Enclosing class:
- ChangeNotificationEncryptedContent
public static final class ChangeNotificationEncryptedContent.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeNotificationEncryptedContentbuild()ChangeNotificationEncryptedContent.Builderdata(String data)ChangeNotificationEncryptedContent.BuilderdataKey(String dataKey)ChangeNotificationEncryptedContent.BuilderdataSignature(String dataSignature)ChangeNotificationEncryptedContent.BuilderencryptionCertificateId(String encryptionCertificateId)ChangeNotificationEncryptedContent.BuilderencryptionCertificateThumbprint(String encryptionCertificateThumbprint)
-
-
-
Method Detail
-
data
public ChangeNotificationEncryptedContent.Builder data(String data)
-
dataKey
public ChangeNotificationEncryptedContent.Builder dataKey(String dataKey)
-
dataSignature
public ChangeNotificationEncryptedContent.Builder dataSignature(String dataSignature)
-
encryptionCertificateId
public ChangeNotificationEncryptedContent.Builder encryptionCertificateId(String encryptionCertificateId)
-
encryptionCertificateThumbprint
public ChangeNotificationEncryptedContent.Builder encryptionCertificateThumbprint(String encryptionCertificateThumbprint)
-
build
public ChangeNotificationEncryptedContent build()
-
-