public class Subscription extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
applicationId
The Application Id.
|
java.lang.String |
changeType
The Change Type.
|
java.lang.String |
clientState
The Client State.
|
java.lang.String |
creatorId
The Creator Id.
|
java.lang.String |
encryptionCertificate
The Encryption Certificate.
|
java.lang.String |
encryptionCertificateId
The Encryption Certificate Id.
|
java.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.lang.Boolean |
includeResourceData
The Include Resource Data.
|
java.lang.String |
latestSupportedTlsVersion
The Latest Supported Tls Version.
|
java.lang.String |
lifecycleNotificationUrl
The Lifecycle Notification Url.
|
java.lang.String |
notificationQueryOptions
The Notification Query Options.
|
java.lang.String |
notificationUrl
The Notification Url.
|
java.lang.String |
resource
The Resource.
|
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="applicationId",
alternate="ApplicationId")
@Expose
@Nullable
public java.lang.String applicationId
@SerializedName(value="changeType",
alternate="ChangeType")
@Expose
@Nullable
public java.lang.String changeType
@SerializedName(value="clientState",
alternate="ClientState")
@Expose
@Nullable
public java.lang.String clientState
@SerializedName(value="creatorId",
alternate="CreatorId")
@Expose
@Nullable
public java.lang.String creatorId
@SerializedName(value="encryptionCertificate",
alternate="EncryptionCertificate")
@Expose
@Nullable
public java.lang.String encryptionCertificate
@SerializedName(value="encryptionCertificateId",
alternate="EncryptionCertificateId")
@Expose
@Nullable
public java.lang.String encryptionCertificateId
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="includeResourceData",
alternate="IncludeResourceData")
@Expose
@Nullable
public java.lang.Boolean includeResourceData
@SerializedName(value="latestSupportedTlsVersion",
alternate="LatestSupportedTlsVersion")
@Expose
@Nullable
public java.lang.String latestSupportedTlsVersion
@SerializedName(value="lifecycleNotificationUrl",
alternate="LifecycleNotificationUrl")
@Expose
@Nullable
public java.lang.String lifecycleNotificationUrl
@SerializedName(value="notificationQueryOptions",
alternate="NotificationQueryOptions")
@Expose
@Nullable
public java.lang.String notificationQueryOptions
@SerializedName(value="notificationUrl",
alternate="NotificationUrl")
@Expose
@Nullable
public java.lang.String notificationUrl
@SerializedName(value="resource",
alternate="Resource")
@Expose
@Nullable
public java.lang.String resource
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to