Class AssignmentReviewSettings
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AssignmentReviewSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AssignmentReviewSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssignmentReviewSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected AccessReviewTimeoutBehavioraccessReviewTimeoutBehaviorprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerdurationInDaysprotected BooleanisAccessRecommendationEnabledprotected BooleanisApprovalJustificationRequiredprotected BooleanisEnabledprotected StringodataTypeprotected StringrecurrenceTypeprotected List<UserSet>reviewersprotected StringreviewersNextLinkprotected StringreviewerTypeprotected OffsetDateTimestartDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssignmentReviewSettings()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
accessReviewTimeoutBehavior
protected AccessReviewTimeoutBehavior accessReviewTimeoutBehavior
-
durationInDays
protected Integer durationInDays
-
isAccessRecommendationEnabled
protected Boolean isAccessRecommendationEnabled
-
isApprovalJustificationRequired
protected Boolean isApprovalJustificationRequired
-
isEnabled
protected Boolean isEnabled
-
recurrenceType
protected String recurrenceType
-
reviewersNextLink
protected String reviewersNextLink
-
reviewerType
protected String reviewerType
-
startDateTime
protected OffsetDateTime startDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAccessReviewTimeoutBehavior
public Optional<AccessReviewTimeoutBehavior> getAccessReviewTimeoutBehavior()
-
withAccessReviewTimeoutBehavior
public AssignmentReviewSettings withAccessReviewTimeoutBehavior(AccessReviewTimeoutBehavior accessReviewTimeoutBehavior)
-
withDurationInDays
public AssignmentReviewSettings withDurationInDays(Integer durationInDays)
-
withIsAccessRecommendationEnabled
public AssignmentReviewSettings withIsAccessRecommendationEnabled(Boolean isAccessRecommendationEnabled)
-
withIsApprovalJustificationRequired
public AssignmentReviewSettings withIsApprovalJustificationRequired(Boolean isApprovalJustificationRequired)
-
withIsEnabled
public AssignmentReviewSettings withIsEnabled(Boolean isEnabled)
-
withRecurrenceType
public AssignmentReviewSettings withRecurrenceType(String recurrenceType)
-
getReviewers
public com.github.davidmoten.odata.client.CollectionPage<UserSet> getReviewers()
-
getReviewers
public com.github.davidmoten.odata.client.CollectionPage<UserSet> getReviewers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withReviewerType
public AssignmentReviewSettings withReviewerType(String reviewerType)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public AssignmentReviewSettings withStartDateTime(OffsetDateTime startDateTime)
-
withUnmappedField
public AssignmentReviewSettings withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AssignmentReviewSettings.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-