public class AccessReview extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessReview.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessFlowTemplateId |
protected UserIdentity |
createdBy |
protected String |
description |
protected String |
displayName |
protected OffsetDateTime |
endDateTime |
protected Identity |
reviewedEntity |
protected String |
reviewerType |
protected AccessReviewSettings |
settings |
protected OffsetDateTime |
startDateTime |
protected String |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessReview() |
protected String displayName
protected OffsetDateTime startDateTime
protected OffsetDateTime endDateTime
protected String status
protected UserIdentity createdBy
protected String businessFlowTemplateId
protected String reviewerType
protected String description
protected AccessReviewSettings settings
protected Identity reviewedEntity
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessReview.Builder builderAccessReview()
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 AccessReview withDisplayName(String displayName)
public Optional<OffsetDateTime> getStartDateTime()
public AccessReview withStartDateTime(OffsetDateTime startDateTime)
public Optional<OffsetDateTime> getEndDateTime()
public AccessReview withEndDateTime(OffsetDateTime endDateTime)
public AccessReview withStatus(String status)
public Optional<UserIdentity> getCreatedBy()
public AccessReview withCreatedBy(UserIdentity createdBy)
public AccessReview withBusinessFlowTemplateId(String businessFlowTemplateId)
public AccessReview withReviewerType(String reviewerType)
public AccessReview withDescription(String description)
public Optional<AccessReviewSettings> getSettings()
public AccessReview withSettings(AccessReviewSettings settings)
public AccessReview withReviewedEntity(Identity reviewedEntity)
public AccessReviewReviewerCollectionRequest getReviewers()
public AccessReviewDecisionCollectionRequest getDecisions()
public AccessReviewDecisionCollectionRequest getMyDecisions()
public AccessReviewCollectionRequest getInstances()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessReview patch()
this with changed fields reset.public AccessReview put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn stop()
public com.github.davidmoten.odata.client.ActionRequestNoReturn sendReminder()
public com.github.davidmoten.odata.client.ActionRequestNoReturn resetDecisions()
public com.github.davidmoten.odata.client.ActionRequestNoReturn applyDecisions()
Copyright © 2018–2020. All rights reserved.