public class Subscription extends Entity implements 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.util.Calendar |
expirationDateTime
The Expiration Date Time.
|
java.lang.String |
notificationUrl
The Notification Url.
|
java.lang.String |
resource
The Resource.
|
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="resource") @Expose public java.lang.String resource
@SerializedName(value="changeType") @Expose public java.lang.String changeType
@SerializedName(value="clientState") @Expose public java.lang.String clientState
@SerializedName(value="notificationUrl") @Expose public java.lang.String notificationUrl
@SerializedName(value="expirationDateTime") @Expose public java.util.Calendar expirationDateTime
@SerializedName(value="applicationId") @Expose public java.lang.String applicationId
@SerializedName(value="creatorId") @Expose public java.lang.String creatorId
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to