public class TermsAndConditionsAcceptanceStatus extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.Calendar |
acceptedDateTime
The Accepted Date Time.
|
java.lang.Integer |
acceptedVersion
The Accepted Version.
|
TermsAndConditions |
termsAndConditions
The Terms And Conditions.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
TermsAndConditionsAcceptanceStatus() |
| 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="acceptedDateTime",
alternate="AcceptedDateTime")
@Expose
public java.util.Calendar acceptedDateTime
@SerializedName(value="acceptedVersion",
alternate="AcceptedVersion")
@Expose
public java.lang.Integer acceptedVersion
@SerializedName(value="userDisplayName",
alternate="UserDisplayName")
@Expose
public java.lang.String userDisplayName
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
public java.lang.String userPrincipalName
@SerializedName(value="termsAndConditions",
alternate="TermsAndConditions")
@Expose
public TermsAndConditions termsAndConditions
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