public class AccessReviewScheduleDefinition extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessReviewScheduleDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected UserIdentity |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
descriptionForAdmins |
protected String |
descriptionForReviewers |
protected String |
displayName |
protected OffsetDateTime |
lastModifiedDateTime |
protected List<AccessReviewScope> |
reviewers |
protected String |
reviewersNextLink |
protected AccessReviewScope |
scope |
protected AccessReviewScheduleSettings |
settings |
protected String |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AccessReviewScheduleDefinition() |
protected String displayName
protected OffsetDateTime createdDateTime
protected OffsetDateTime lastModifiedDateTime
protected String status
protected String descriptionForAdmins
protected String descriptionForReviewers
protected UserIdentity createdBy
protected AccessReviewScope scope
protected List<AccessReviewScope> reviewers
protected String reviewersNextLink
protected AccessReviewScheduleSettings settings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AccessReviewScheduleDefinition.Builder builderAccessReviewScheduleDefinition()
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 AccessReviewScheduleDefinition withDisplayName(String displayName)
public Optional<OffsetDateTime> getCreatedDateTime()
public AccessReviewScheduleDefinition withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public AccessReviewScheduleDefinition withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public AccessReviewScheduleDefinition withStatus(String status)
public AccessReviewScheduleDefinition withDescriptionForAdmins(String descriptionForAdmins)
public AccessReviewScheduleDefinition withDescriptionForReviewers(String descriptionForReviewers)
public Optional<UserIdentity> getCreatedBy()
public AccessReviewScheduleDefinition withCreatedBy(UserIdentity createdBy)
public Optional<AccessReviewScope> getScope()
public AccessReviewScheduleDefinition withScope(AccessReviewScope scope)
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getReviewers()
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getReviewers(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<AccessReviewScheduleSettings> getSettings()
public AccessReviewScheduleDefinition withSettings(AccessReviewScheduleSettings settings)
public AccessReviewInstanceCollectionRequest getInstances()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AccessReviewScheduleDefinition patch()
this with changed fields reset.public AccessReviewScheduleDefinition put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn stop()
Copyright © 2018–2020. All rights reserved.