public class TimeOffReason extends ChangeTrackedEntity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
displayName
The Display Name.
|
TimeOffReasonIconType |
iconType
The Icon Type.
|
java.lang.Boolean |
isActive
The Is Active.
|
createdDateTime, lastModifiedBy, lastModifiedDateTime| Constructor and Description |
|---|
TimeOffReason() |
| 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="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="iconType",
alternate="IconType")
@Expose
@Nullable
public TimeOffReasonIconType iconType
@SerializedName(value="isActive",
alternate="IsActive")
@Expose
@Nullable
public java.lang.Boolean isActive
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ChangeTrackedEntityserializer - the serializerjson - the JSON object to set this object to