public class AccessReviewDecision extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessReviewDecision.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessRecommendation |
protected String |
accessReviewId |
protected UserIdentity |
appliedBy |
protected OffsetDateTime |
appliedDateTime |
protected String |
applyResult |
protected String |
justification |
protected UserIdentity |
reviewedBy |
protected OffsetDateTime |
reviewedDateTime |
protected String |
reviewResult |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessReviewDecision() |
protected String accessReviewId
protected UserIdentity reviewedBy
protected OffsetDateTime reviewedDateTime
protected String reviewResult
protected String justification
protected UserIdentity appliedBy
protected OffsetDateTime appliedDateTime
protected String applyResult
protected String accessRecommendation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessReviewDecision.Builder builderAccessReviewDecision()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic AccessReviewDecision withAccessReviewId(String accessReviewId)
public Optional<UserIdentity> getReviewedBy()
public AccessReviewDecision withReviewedBy(UserIdentity reviewedBy)
public Optional<OffsetDateTime> getReviewedDateTime()
public AccessReviewDecision withReviewedDateTime(OffsetDateTime reviewedDateTime)
public AccessReviewDecision withReviewResult(String reviewResult)
public AccessReviewDecision withJustification(String justification)
public Optional<UserIdentity> getAppliedBy()
public AccessReviewDecision withAppliedBy(UserIdentity appliedBy)
public Optional<OffsetDateTime> getAppliedDateTime()
public AccessReviewDecision withAppliedDateTime(OffsetDateTime appliedDateTime)
public AccessReviewDecision withApplyResult(String applyResult)
public AccessReviewDecision withAccessRecommendation(String accessRecommendation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessReviewDecision patch()
this with changed fields reset.public AccessReviewDecision put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.