public class AssignmentReviewSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AssignmentReviewSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
durationInDays |
protected Boolean |
isEnabled |
protected String |
odataType |
protected String |
recurrenceType |
protected List<UserSet> |
reviewers |
protected String |
reviewersNextLink |
protected String |
reviewerType |
protected OffsetDateTime |
startDateTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AssignmentReviewSettings() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean isEnabled
protected String recurrenceType
protected String reviewerType
protected OffsetDateTime startDateTime
protected Integer durationInDays
protected String reviewersNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AssignmentReviewSettings withIsEnabled(Boolean isEnabled)
public AssignmentReviewSettings withRecurrenceType(String recurrenceType)
public AssignmentReviewSettings withReviewerType(String reviewerType)
public Optional<OffsetDateTime> getStartDateTime()
public AssignmentReviewSettings withStartDateTime(OffsetDateTime startDateTime)
public AssignmentReviewSettings withDurationInDays(Integer durationInDays)
public com.github.davidmoten.odata.client.CollectionPage<UserSet> getReviewers()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AssignmentReviewSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.