MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: subscription.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withApplicationId(String applicationId) |
Set the applicationId property: Identifier of the application used to create the subscription.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withChangeType(String changeType) |
Set the changeType property: Required.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withClientState(String clientState) |
Set the clientState property: Optional.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withCreatorId(String creatorId) |
Set the creatorId property: Identifier of the user or service principal that created the subscription.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withEncryptionCertificate(String encryptionCertificate) |
Set the encryptionCertificate property: A base64-encoded representation of a certificate with a public key used
to encrypt resource data in change notifications.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withEncryptionCertificateId(String encryptionCertificateId) |
Set the encryptionCertificateId property: A custom app-provided identifier to help identify the certificate
needed to decrypt resource data.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withExpirationDateTime(OffsetDateTime expirationDateTime) |
Set the expirationDateTime property: Required.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withIncludeResourceData(Boolean includeResourceData) |
Set the includeResourceData property: When set to true, change notifications include resource data (such as
content of a chat message).
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withLatestSupportedTlsVersion(String latestSupportedTlsVersion) |
Set the latestSupportedTlsVersion property: Specifies the latest version of Transport Layer Security (TLS) that
the notification endpoint, specified by notificationUrl, supports.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withLifecycleNotificationUrl(String lifecycleNotificationUrl) |
Set the lifecycleNotificationUrl property: The URL of the endpoint that receives lifecycle notifications,
including subscriptionRemoved and missed notifications.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withNotificationUrl(String notificationUrl) |
Set the notificationUrl property: Required.
|
MicrosoftGraphSubscription |
MicrosoftGraphSubscription.withResource(String resource) |
Set the resource property: Required.
|