Class AccessPackageAssignmentRequestRequirements
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AccessPackageAssignmentRequestRequirements
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AccessPackageAssignmentRequestRequirements extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessPackageAssignmentRequestRequirements.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<AccessPackageAnswer>existingAnswersprotected StringexistingAnswersNextLinkprotected BooleanisApprovalRequiredprotected BooleanisApprovalRequiredForExtensionprotected BooleanisCustomAssignmentScheduleAllowedprotected BooleanisRequestorJustificationRequiredprotected StringodataTypeprotected StringpolicyDescriptionprotected StringpolicyDisplayNameprotected StringpolicyIdprotected List<AccessPackageQuestion>questionsprotected StringquestionsNextLinkprotected RequestSchedulescheduleprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessPackageAssignmentRequestRequirements()
-
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
-
existingAnswers
protected List<AccessPackageAnswer> existingAnswers
-
existingAnswersNextLink
protected String existingAnswersNextLink
-
isApprovalRequired
protected Boolean isApprovalRequired
-
isApprovalRequiredForExtension
protected Boolean isApprovalRequiredForExtension
-
isCustomAssignmentScheduleAllowed
protected Boolean isCustomAssignmentScheduleAllowed
-
isRequestorJustificationRequired
protected Boolean isRequestorJustificationRequired
-
policyDescription
protected String policyDescription
-
policyDisplayName
protected String policyDisplayName
-
policyId
protected String policyId
-
questions
protected List<AccessPackageQuestion> questions
-
questionsNextLink
protected String questionsNextLink
-
schedule
protected RequestSchedule schedule
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getExistingAnswers
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswer> getExistingAnswers()
-
getExistingAnswers
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageAnswer> getExistingAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsApprovalRequired
public AccessPackageAssignmentRequestRequirements withIsApprovalRequired(Boolean isApprovalRequired)
-
withIsApprovalRequiredForExtension
public AccessPackageAssignmentRequestRequirements withIsApprovalRequiredForExtension(Boolean isApprovalRequiredForExtension)
-
getIsCustomAssignmentScheduleAllowed
public Optional<Boolean> getIsCustomAssignmentScheduleAllowed()
-
withIsCustomAssignmentScheduleAllowed
public AccessPackageAssignmentRequestRequirements withIsCustomAssignmentScheduleAllowed(Boolean isCustomAssignmentScheduleAllowed)
-
withIsRequestorJustificationRequired
public AccessPackageAssignmentRequestRequirements withIsRequestorJustificationRequired(Boolean isRequestorJustificationRequired)
-
withPolicyDescription
public AccessPackageAssignmentRequestRequirements withPolicyDescription(String policyDescription)
-
withPolicyDisplayName
public AccessPackageAssignmentRequestRequirements withPolicyDisplayName(String policyDisplayName)
-
withPolicyId
public AccessPackageAssignmentRequestRequirements withPolicyId(String policyId)
-
getQuestions
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageQuestion> getQuestions()
-
getQuestions
public com.github.davidmoten.odata.client.CollectionPage<AccessPackageQuestion> getQuestions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSchedule
public Optional<RequestSchedule> getSchedule()
-
withSchedule
public AccessPackageAssignmentRequestRequirements withSchedule(RequestSchedule schedule)
-
withUnmappedField
public AccessPackageAssignmentRequestRequirements 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 AccessPackageAssignmentRequestRequirements.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
-
-