public class ExtensionProperty extends DirectoryObject implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="appDisplayName", alternate="AppDisplayName") @Expose @Nullable public java.lang.String appDisplayName
@SerializedName(value="dataType", alternate="DataType") @Expose @Nullable public java.lang.String dataType
@SerializedName(value="isSyncedFromOnPremises", alternate="IsSyncedFromOnPremises") @Expose @Nullable public java.lang.Boolean isSyncedFromOnPremises
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="targetObjects", alternate="TargetObjects") @Expose @Nullable public java.util.List<java.lang.String> targetObjects
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class DirectoryObject
serializer
- the serializerjson
- the JSON object to set this object to