Package odata.msgraph.client.beta.entity
Class UnifiedRoleAssignmentMultiple
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UnifiedRoleAssignmentMultiple
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UnifiedRoleAssignmentMultiple extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedRoleAssignmentMultiple.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>appScopeIdsprotected StringappScopeIdsNextLinkprotected Stringconditionprotected Stringdescriptionprotected List<String>directoryScopeIdsprotected StringdirectoryScopeIdsNextLinkprotected StringdisplayNameprotected List<String>principalIdsprotected StringprincipalIdsNextLinkprotected StringroleDefinitionId-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnifiedRoleAssignmentMultiple()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnifiedRoleAssignmentMultiple.BuilderbuilderUnifiedRoleAssignmentMultiple()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>getAppScopeIds()com.github.davidmoten.odata.client.CollectionPage<String>getAppScopeIds(com.github.davidmoten.odata.client.HttpRequestOptions options)AppScopeCollectionRequestgetAppScopes()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getCondition()Optional<String>getDescription()com.github.davidmoten.odata.client.CollectionPage<String>getDirectoryScopeIds()com.github.davidmoten.odata.client.CollectionPage<String>getDirectoryScopeIds(com.github.davidmoten.odata.client.HttpRequestOptions options)DirectoryObjectCollectionRequestgetDirectoryScopes()Optional<String>getDisplayName()com.github.davidmoten.odata.client.CollectionPage<String>getPrincipalIds()com.github.davidmoten.odata.client.CollectionPage<String>getPrincipalIds(com.github.davidmoten.odata.client.HttpRequestOptions options)DirectoryObjectCollectionRequestgetPrincipals()UnifiedRoleDefinitionRequestgetRoleDefinition()Optional<String>getRoleDefinitionId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UnifiedRoleAssignmentMultiplepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UnifiedRoleAssignmentMultipleput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UnifiedRoleAssignmentMultiplewithAppScopeIds(List<String> appScopeIds)UnifiedRoleAssignmentMultiplewithCondition(String condition)UnifiedRoleAssignmentMultiplewithDescription(String description)UnifiedRoleAssignmentMultiplewithDirectoryScopeIds(List<String> directoryScopeIds)UnifiedRoleAssignmentMultiplewithDisplayName(String displayName)UnifiedRoleAssignmentMultiplewithPrincipalIds(List<String> principalIds)UnifiedRoleAssignmentMultiplewithRoleDefinitionId(String roleDefinitionId)UnifiedRoleAssignmentMultiplewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
appScopeIdsNextLink
protected String appScopeIdsNextLink
-
condition
protected String condition
-
description
protected String description
-
directoryScopeIdsNextLink
protected String directoryScopeIdsNextLink
-
displayName
protected String displayName
-
principalIdsNextLink
protected String principalIdsNextLink
-
roleDefinitionId
protected String roleDefinitionId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUnifiedRoleAssignmentMultiple
public static UnifiedRoleAssignmentMultiple.Builder builderUnifiedRoleAssignmentMultiple()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAppScopeIds
public com.github.davidmoten.odata.client.CollectionPage<String> getAppScopeIds()
-
withAppScopeIds
public UnifiedRoleAssignmentMultiple withAppScopeIds(List<String> appScopeIds)
-
getAppScopeIds
public com.github.davidmoten.odata.client.CollectionPage<String> getAppScopeIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withCondition
public UnifiedRoleAssignmentMultiple withCondition(String condition)
-
withDescription
public UnifiedRoleAssignmentMultiple withDescription(String description)
-
getDirectoryScopeIds
public com.github.davidmoten.odata.client.CollectionPage<String> getDirectoryScopeIds()
-
withDirectoryScopeIds
public UnifiedRoleAssignmentMultiple withDirectoryScopeIds(List<String> directoryScopeIds)
-
getDirectoryScopeIds
public com.github.davidmoten.odata.client.CollectionPage<String> getDirectoryScopeIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withDisplayName
public UnifiedRoleAssignmentMultiple withDisplayName(String displayName)
-
getPrincipalIds
public com.github.davidmoten.odata.client.CollectionPage<String> getPrincipalIds()
-
withPrincipalIds
public UnifiedRoleAssignmentMultiple withPrincipalIds(List<String> principalIds)
-
getPrincipalIds
public com.github.davidmoten.odata.client.CollectionPage<String> getPrincipalIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withRoleDefinitionId
public UnifiedRoleAssignmentMultiple withRoleDefinitionId(String roleDefinitionId)
-
withUnmappedField
public UnifiedRoleAssignmentMultiple withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAppScopes
public AppScopeCollectionRequest getAppScopes()
-
getDirectoryScopes
public DirectoryObjectCollectionRequest getDirectoryScopes()
-
getPrincipals
public DirectoryObjectCollectionRequest getPrincipals()
-
getRoleDefinition
public UnifiedRoleDefinitionRequest getRoleDefinition()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public UnifiedRoleAssignmentMultiple patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UnifiedRoleAssignmentMultiple put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-