public class AccessReviewInstance extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
AccessReviewInstanceDecisionItemCollectionPage |
decisions
The Decisions.
|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
AccessReviewScope |
scope
The Scope.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
java.lang.String |
status
The Status.
|
Constructor and Description |
---|
AccessReviewInstance() |
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="endDateTime", alternate="EndDateTime") @Expose @Nullable public java.time.OffsetDateTime endDateTime
@SerializedName(value="scope", alternate="Scope") @Expose @Nullable public AccessReviewScope scope
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public java.time.OffsetDateTime startDateTime
@SerializedName(value="status", alternate="Status") @Expose @Nullable public java.lang.String status
@SerializedName(value="decisions", alternate="Decisions") @Expose @Nullable public AccessReviewInstanceDecisionItemCollectionPage decisions
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 Entity
serializer
- the serializerjson
- the JSON object to set this object to