Uses of Class
odata.msgraph.client.beta.complex.ChangeNotificationEncryptedContent.Builder
-
Packages that use ChangeNotificationEncryptedContent.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ChangeNotificationEncryptedContent.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ChangeNotificationEncryptedContent.Builder Modifier and Type Method Description static ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent.Builder. data(String data)ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent.Builder. dataKey(String dataKey)ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent.Builder. dataSignature(String dataSignature)ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent.Builder. encryptionCertificateId(String encryptionCertificateId)ChangeNotificationEncryptedContent.BuilderChangeNotificationEncryptedContent.Builder. encryptionCertificateThumbprint(String encryptionCertificateThumbprint)
-