public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
AuthenticationMethodConfigurationCollectionPage |
authenticationMethodConfigurations
The Authentication Method Configurations.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.String |
policyVersion
The Policy Version.
|
java.lang.Integer |
reconfirmationInDays
The Reconfirmation In Days.
|
Constructor and Description |
---|
AuthenticationMethodsPolicy() |
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="description", alternate="Description") @Expose public java.lang.String description
@SerializedName(value="displayName", alternate="DisplayName") @Expose public java.lang.String displayName
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="policyVersion", alternate="PolicyVersion") @Expose public java.lang.String policyVersion
@SerializedName(value="reconfirmationInDays", alternate="ReconfirmationInDays") @Expose public java.lang.Integer reconfirmationInDays
@SerializedName(value="authenticationMethodConfigurations", alternate="AuthenticationMethodConfigurations") @Expose public AuthenticationMethodConfigurationCollectionPage authenticationMethodConfigurations
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to