public class Request extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessFlowId |
protected UserIdentity |
createdBy |
protected String |
customData |
protected String |
deDuplicationId |
protected String |
description |
protected String |
displayName |
protected OffsetDateTime |
endDateTime |
protected GovernancePolicy |
policy |
protected String |
policyTemplateId |
protected String |
recordVersion |
protected String |
schemaId |
protected AccessReviewSettings |
settings |
protected OffsetDateTime |
startDateTime |
protected String |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Request() |
protected String displayName
protected String description
protected OffsetDateTime startDateTime
protected OffsetDateTime endDateTime
protected String status
protected String businessFlowId
protected UserIdentity createdBy
protected String deDuplicationId
protected String schemaId
protected String customData
protected String recordVersion
protected String policyTemplateId
protected GovernancePolicy policy
protected AccessReviewSettings settings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Request.Builder builderRequest()
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 Optional<OffsetDateTime> getStartDateTime()
public Request withStartDateTime(OffsetDateTime startDateTime)
public Optional<OffsetDateTime> getEndDateTime()
public Request withEndDateTime(OffsetDateTime endDateTime)
public Optional<UserIdentity> getCreatedBy()
public Request withCreatedBy(UserIdentity createdBy)
public Optional<GovernancePolicy> getPolicy()
public Request withPolicy(GovernancePolicy policy)
public Optional<AccessReviewSettings> getSettings()
public Request withSettings(AccessReviewSettings settings)
public AccessReviewDecisionCollectionRequest getDecisions()
public AccessReviewDecisionCollectionRequest getMyDecisions()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Request patch()
this with changed fields reset.public Request 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 recordDecisions(String reviewResult, String justification)
Copyright © 2018–2020. All rights reserved.