public class ExtensionProperty extends DirectoryObject implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
appDisplayName
The App Display Name.
|
java.lang.String |
dataType
The Data Type.
|
java.lang.Boolean |
isSyncedFromOnPremises
The Is Synced From On Premises.
|
java.lang.String |
name
The Name.
|
java.util.List<java.lang.String> |
targetObjects
The Target Objects.
|
deletedDateTime| Constructor and Description |
|---|
ExtensionProperty() |
| 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="appDisplayName",
alternate="AppDisplayName")
@Expose
public java.lang.String appDisplayName
@SerializedName(value="dataType",
alternate="DataType")
@Expose
public java.lang.String dataType
@SerializedName(value="isSyncedFromOnPremises",
alternate="IsSyncedFromOnPremises")
@Expose
public java.lang.Boolean isSyncedFromOnPremises
@SerializedName(value="name",
alternate="Name")
@Expose
public java.lang.String name
@SerializedName(value="targetObjects",
alternate="TargetObjects")
@Expose
public java.util.List<java.lang.String> targetObjects
public com.google.gson.JsonObject getRawObject()
getRawObject in class DirectoryObjectprotected ISerializer getSerializer()
getSerializer in class DirectoryObjectpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DirectoryObjectserializer - the serializerjson - the JSON object to set this object to