public class ApiApplication extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
acceptMappedClaims
The Accept Mapped Claims.
|
java.util.List<java.util.UUID> |
knownClientApplications
The Known Client Applications.
|
java.util.List<PermissionScope> |
oauth2PermissionScopes
The Oauth2Permission Scopes.
|
java.lang.String |
oDataType |
java.util.List<PreAuthorizedApplication> |
preAuthorizedApplications
The Pre Authorized Applications.
|
java.lang.Integer |
requestedAccessTokenVersion
The Requested Access Token Version.
|
Constructor and Description |
---|
ApiApplication() |
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="acceptMappedClaims", alternate="AcceptMappedClaims") @Expose public java.lang.Boolean acceptMappedClaims
@SerializedName(value="knownClientApplications", alternate="KnownClientApplications") @Expose public java.util.List<java.util.UUID> knownClientApplications
@SerializedName(value="oauth2PermissionScopes", alternate="Oauth2PermissionScopes") @Expose public java.util.List<PermissionScope> oauth2PermissionScopes
@SerializedName(value="preAuthorizedApplications", alternate="PreAuthorizedApplications") @Expose public java.util.List<PreAuthorizedApplication> preAuthorizedApplications
@SerializedName(value="requestedAccessTokenVersion", alternate="RequestedAccessTokenVersion") @Expose public java.lang.Integer requestedAccessTokenVersion
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to