Package odata.msgraph.client.complex
Class ConditionalAccessUsers
- java.lang.Object
-
- odata.msgraph.client.complex.ConditionalAccessUsers
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ConditionalAccessUsers extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConditionalAccessUsers.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<String>excludeGroupsprotected StringexcludeGroupsNextLinkprotected ConditionalAccessGuestsOrExternalUsersexcludeGuestsOrExternalUsersprotected List<String>excludeRolesprotected StringexcludeRolesNextLinkprotected List<String>excludeUsersprotected StringexcludeUsersNextLinkprotected List<String>includeGroupsprotected StringincludeGroupsNextLinkprotected ConditionalAccessGuestsOrExternalUsersincludeGuestsOrExternalUsersprotected List<String>includeRolesprotected StringincludeRolesNextLinkprotected List<String>includeUsersprotected StringincludeUsersNextLinkprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedConditionalAccessUsers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConditionalAccessUsers.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<String>getExcludeGroups()com.github.davidmoten.odata.client.CollectionPage<String>getExcludeGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<ConditionalAccessGuestsOrExternalUsers>getExcludeGuestsOrExternalUsers()com.github.davidmoten.odata.client.CollectionPage<String>getExcludeRoles()com.github.davidmoten.odata.client.CollectionPage<String>getExcludeRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getExcludeUsers()com.github.davidmoten.odata.client.CollectionPage<String>getExcludeUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getIncludeGroups()com.github.davidmoten.odata.client.CollectionPage<String>getIncludeGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<ConditionalAccessGuestsOrExternalUsers>getIncludeGuestsOrExternalUsers()com.github.davidmoten.odata.client.CollectionPage<String>getIncludeRoles()com.github.davidmoten.odata.client.CollectionPage<String>getIncludeRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getIncludeUsers()com.github.davidmoten.odata.client.CollectionPage<String>getIncludeUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ConditionalAccessUserswithExcludeGuestsOrExternalUsers(ConditionalAccessGuestsOrExternalUsers excludeGuestsOrExternalUsers)ConditionalAccessUserswithIncludeGuestsOrExternalUsers(ConditionalAccessGuestsOrExternalUsers includeGuestsOrExternalUsers)ConditionalAccessUserswithUnmappedField(String name, String value)
-
-
-
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
-
excludeGroupsNextLink
protected String excludeGroupsNextLink
-
excludeGuestsOrExternalUsers
protected ConditionalAccessGuestsOrExternalUsers excludeGuestsOrExternalUsers
-
excludeRolesNextLink
protected String excludeRolesNextLink
-
excludeUsersNextLink
protected String excludeUsersNextLink
-
includeGroupsNextLink
protected String includeGroupsNextLink
-
includeGuestsOrExternalUsers
protected ConditionalAccessGuestsOrExternalUsers includeGuestsOrExternalUsers
-
includeRolesNextLink
protected String includeRolesNextLink
-
includeUsersNextLink
protected String includeUsersNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.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)
-
getExcludeGuestsOrExternalUsers
public Optional<ConditionalAccessGuestsOrExternalUsers> getExcludeGuestsOrExternalUsers()
-
withExcludeGuestsOrExternalUsers
public ConditionalAccessUsers withExcludeGuestsOrExternalUsers(ConditionalAccessGuestsOrExternalUsers excludeGuestsOrExternalUsers)
-
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)
-
getIncludeGuestsOrExternalUsers
public Optional<ConditionalAccessGuestsOrExternalUsers> getIncludeGuestsOrExternalUsers()
-
withIncludeGuestsOrExternalUsers
public ConditionalAccessUsers withIncludeGuestsOrExternalUsers(ConditionalAccessGuestsOrExternalUsers includeGuestsOrExternalUsers)
-
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)
-
withUnmappedField
public ConditionalAccessUsers 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 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
-
-