Uses of Class
odata.msgraph.client.complex.ChangeNotificationEncryptedContent
-
Packages that use ChangeNotificationEncryptedContent Package Description odata.msgraph.client.complex -
-
Uses of ChangeNotificationEncryptedContent in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ChangeNotificationEncryptedContent Modifier and Type Field Description protected ChangeNotificationEncryptedContentChangeNotification. encryptedContentMethods in odata.msgraph.client.complex that return ChangeNotificationEncryptedContent Modifier and Type Method Description ChangeNotificationEncryptedContentChangeNotificationEncryptedContent.Builder. build()ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withData(String data)ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withDataKey(String dataKey)ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withDataSignature(String dataSignature)ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withEncryptionCertificateId(String encryptionCertificateId)ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withEncryptionCertificateThumbprint(String encryptionCertificateThumbprint)ChangeNotificationEncryptedContentChangeNotificationEncryptedContent. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type ChangeNotificationEncryptedContent Modifier and Type Method Description Optional<ChangeNotificationEncryptedContent>ChangeNotification. getEncryptedContent()Methods in odata.msgraph.client.complex with parameters of type ChangeNotificationEncryptedContent Modifier and Type Method Description ChangeNotification.BuilderChangeNotification.Builder. encryptedContent(ChangeNotificationEncryptedContent encryptedContent)ChangeNotificationChangeNotification. withEncryptedContent(ChangeNotificationEncryptedContent encryptedContent)
-