Package odata.msgraph.client.complex
Class AccessPackageAssignmentReviewSettings
- java.lang.Object
-
- odata.msgraph.client.complex.AccessPackageAssignmentReviewSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AccessPackageAssignmentReviewSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessPackageAssignmentReviewSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected AccessReviewExpirationBehaviorexpirationBehaviorprotected List<SubjectSet>fallbackReviewersprotected StringfallbackReviewersNextLinkprotected BooleanisEnabledprotected BooleanisRecommendationEnabledprotected BooleanisReviewerJustificationRequiredprotected BooleanisSelfReviewprotected StringodataTypeprotected List<SubjectSet>primaryReviewersprotected StringprimaryReviewersNextLinkprotected EntitlementManagementSchedulescheduleprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessPackageAssignmentReviewSettings()
-
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
-
expirationBehavior
protected AccessReviewExpirationBehavior expirationBehavior
-
fallbackReviewers
protected List<SubjectSet> fallbackReviewers
-
fallbackReviewersNextLink
protected String fallbackReviewersNextLink
-
isEnabled
protected Boolean isEnabled
-
isRecommendationEnabled
protected Boolean isRecommendationEnabled
-
isReviewerJustificationRequired
protected Boolean isReviewerJustificationRequired
-
isSelfReview
protected Boolean isSelfReview
-
primaryReviewers
protected List<SubjectSet> primaryReviewers
-
primaryReviewersNextLink
protected String primaryReviewersNextLink
-
schedule
protected EntitlementManagementSchedule schedule
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getExpirationBehavior
public Optional<AccessReviewExpirationBehavior> getExpirationBehavior()
-
withExpirationBehavior
public AccessPackageAssignmentReviewSettings withExpirationBehavior(AccessReviewExpirationBehavior expirationBehavior)
-
getFallbackReviewers
public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getFallbackReviewers()
-
getFallbackReviewers
public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getFallbackReviewers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsEnabled
public AccessPackageAssignmentReviewSettings withIsEnabled(Boolean isEnabled)
-
withIsRecommendationEnabled
public AccessPackageAssignmentReviewSettings withIsRecommendationEnabled(Boolean isRecommendationEnabled)
-
withIsReviewerJustificationRequired
public AccessPackageAssignmentReviewSettings withIsReviewerJustificationRequired(Boolean isReviewerJustificationRequired)
-
withIsSelfReview
public AccessPackageAssignmentReviewSettings withIsSelfReview(Boolean isSelfReview)
-
getPrimaryReviewers
public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getPrimaryReviewers()
-
getPrimaryReviewers
public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getPrimaryReviewers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSchedule
public Optional<EntitlementManagementSchedule> getSchedule()
-
withSchedule
public AccessPackageAssignmentReviewSettings withSchedule(EntitlementManagementSchedule schedule)
-
withUnmappedField
public AccessPackageAssignmentReviewSettings withUnmappedField(String name, Object 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 AccessPackageAssignmentReviewSettings.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
-
-