Class ConditionalAccessUsers

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

    public class ConditionalAccessUsers
    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
      • excludeGroups

        protected List<String> excludeGroups
      • excludeGroupsNextLink

        protected String excludeGroupsNextLink
      • excludeRoles

        protected List<String> excludeRoles
      • excludeRolesNextLink

        protected String excludeRolesNextLink
      • excludeUsers

        protected List<String> excludeUsers
      • excludeUsersNextLink

        protected String excludeUsersNextLink
      • includeGroups

        protected List<String> includeGroups
      • includeGroupsNextLink

        protected String includeGroupsNextLink
      • includeRoles

        protected List<String> includeRoles
      • includeRolesNextLink

        protected String includeRolesNextLink
      • includeUsers

        protected List<String> includeUsers
      • includeUsersNextLink

        protected String includeUsersNextLink
    • Constructor Detail

      • ConditionalAccessUsers

        protected ConditionalAccessUsers()
    • Method Detail

      • odataTypeName

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

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeGroups()
      • getExcludeGroups

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeGroups​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getExcludeRoles

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeRoles()
      • getExcludeRoles

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeRoles​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getExcludeUsers

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeUsers()
      • getExcludeUsers

        public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeUsers​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getIncludeGroups

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeGroups()
      • getIncludeGroups

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeGroups​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getIncludeRoles

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeRoles()
      • getIncludeRoles

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeRoles​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getIncludeUsers

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeUsers()
      • getIncludeUsers

        public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeUsers​(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
      • builder

        public static ConditionalAccessUsers.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