public class AccessReviewInstanceDecisionItem extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
accessReviewId
The Access Review Id.
|
UserIdentity |
appliedBy
The Applied By.
|
java.time.OffsetDateTime |
appliedDateTime
The Applied Date Time.
|
java.lang.String |
applyResult
The Apply Result.
|
java.lang.String |
decision
The Decision.
|
java.lang.String |
justification
The Justification.
|
Identity |
principal
The Principal.
|
java.lang.String |
principalLink
The Principal Link.
|
java.lang.String |
recommendation
The Recommendation.
|
AccessReviewInstanceDecisionItemResource |
resource
The Resource.
|
java.lang.String |
resourceLink
The Resource Link.
|
UserIdentity |
reviewedBy
The Reviewed By.
|
java.time.OffsetDateTime |
reviewedDateTime
The Reviewed Date Time.
|
Constructor and Description |
---|
AccessReviewInstanceDecisionItem() |
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="accessReviewId", alternate="AccessReviewId") @Expose @Nullable public java.lang.String accessReviewId
@SerializedName(value="appliedBy", alternate="AppliedBy") @Expose @Nullable public UserIdentity appliedBy
@SerializedName(value="appliedDateTime", alternate="AppliedDateTime") @Expose @Nullable public java.time.OffsetDateTime appliedDateTime
@SerializedName(value="applyResult", alternate="ApplyResult") @Expose @Nullable public java.lang.String applyResult
@SerializedName(value="decision", alternate="Decision") @Expose @Nullable public java.lang.String decision
@SerializedName(value="justification", alternate="Justification") @Expose @Nullable public java.lang.String justification
@SerializedName(value="principal", alternate="Principal") @Expose @Nullable public Identity principal
@SerializedName(value="principalLink", alternate="PrincipalLink") @Expose @Nullable public java.lang.String principalLink
@SerializedName(value="recommendation", alternate="Recommendation") @Expose @Nullable public java.lang.String recommendation
@SerializedName(value="resource", alternate="Resource") @Expose @Nullable public AccessReviewInstanceDecisionItemResource resource
@SerializedName(value="resourceLink", alternate="ResourceLink") @Expose @Nullable public java.lang.String resourceLink
@SerializedName(value="reviewedBy", alternate="ReviewedBy") @Expose @Nullable public UserIdentity reviewedBy
@SerializedName(value="reviewedDateTime", alternate="ReviewedDateTime") @Expose @Nullable public java.time.OffsetDateTime reviewedDateTime
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