public class ApprovalStage extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
assignedToMe
The Assigned To Me.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
justification
The Justification.
|
Identity |
reviewedBy
The Reviewed By.
|
java.time.OffsetDateTime |
reviewedDateTime
The Reviewed Date Time.
|
java.lang.String |
reviewResult
The Review Result.
|
java.lang.String |
status
The Status.
|
| Constructor and Description |
|---|
ApprovalStage() |
| 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="assignedToMe",
alternate="AssignedToMe")
@Expose
@Nullable
public java.lang.Boolean assignedToMe
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="justification",
alternate="Justification")
@Expose
@Nullable
public java.lang.String justification
@SerializedName(value="reviewedBy",
alternate="ReviewedBy")
@Expose
@Nullable
public Identity reviewedBy
@SerializedName(value="reviewedDateTime",
alternate="ReviewedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime reviewedDateTime
@SerializedName(value="reviewResult",
alternate="ReviewResult")
@Expose
@Nullable
public java.lang.String reviewResult
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public java.lang.String status
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 Entityserializer - the serializerjson - the JSON object to set this object to