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.
|
java.util.List<AccessReviewReviewerScope> |
fallbackReviewers
The Fallback Reviewers.
|
java.util.List<AccessReviewReviewerScope> |
reviewers
The Reviewers.
|
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="fallbackReviewers",
alternate="FallbackReviewers")
@Expose
@Nullable
public java.util.List<AccessReviewReviewerScope> fallbackReviewers
@SerializedName(value="reviewers",
alternate="Reviewers")
@Expose
@Nullable
public java.util.List<AccessReviewReviewerScope> reviewers
@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.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to