Class AccessPackageAssignmentRequestorSettings

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class AccessPackageAssignmentRequestorSettings
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • 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
      • allowCustomAssignmentSchedule

        protected Boolean allowCustomAssignmentSchedule
      • enableOnBehalfRequestorsToAddAccess

        protected Boolean enableOnBehalfRequestorsToAddAccess
      • enableOnBehalfRequestorsToRemoveAccess

        protected Boolean enableOnBehalfRequestorsToRemoveAccess
      • enableOnBehalfRequestorsToUpdateAccess

        protected Boolean enableOnBehalfRequestorsToUpdateAccess
      • enableTargetsToSelfAddAccess

        protected Boolean enableTargetsToSelfAddAccess
      • enableTargetsToSelfRemoveAccess

        protected Boolean enableTargetsToSelfRemoveAccess
      • enableTargetsToSelfUpdateAccess

        protected Boolean enableTargetsToSelfUpdateAccess
      • onBehalfRequestorsNextLink

        protected String onBehalfRequestorsNextLink
    • Constructor Detail

      • AccessPackageAssignmentRequestorSettings

        protected AccessPackageAssignmentRequestorSettings()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getAllowCustomAssignmentSchedule

        public Optional<Boolean> getAllowCustomAssignmentSchedule()
      • getEnableOnBehalfRequestorsToAddAccess

        public Optional<Boolean> getEnableOnBehalfRequestorsToAddAccess()
      • getEnableOnBehalfRequestorsToRemoveAccess

        public Optional<Boolean> getEnableOnBehalfRequestorsToRemoveAccess()
      • getEnableOnBehalfRequestorsToUpdateAccess

        public Optional<Boolean> getEnableOnBehalfRequestorsToUpdateAccess()
      • getEnableTargetsToSelfAddAccess

        public Optional<Boolean> getEnableTargetsToSelfAddAccess()
      • getEnableTargetsToSelfRemoveAccess

        public Optional<Boolean> getEnableTargetsToSelfRemoveAccess()
      • getEnableTargetsToSelfUpdateAccess

        public Optional<Boolean> getEnableTargetsToSelfUpdateAccess()
      • getOnBehalfRequestors

        public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getOnBehalfRequestors()
      • getOnBehalfRequestors

        public com.github.davidmoten.odata.client.CollectionPage<SubjectSet> getOnBehalfRequestors​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType