Uses of Class
odata.msgraph.client.entity.RoleAssignment
-
Packages that use RoleAssignment Package Description odata.msgraph.client.entity -
-
Uses of RoleAssignment in odata.msgraph.client.entity
Subclasses of RoleAssignment in odata.msgraph.client.entity Modifier and Type Class Description classDeviceAndAppManagementRoleAssignment“The Role Assignment resource.Fields in odata.msgraph.client.entity with type parameters of type RoleAssignment Modifier and Type Field Description protected List<RoleAssignment>RoleDefinition. roleAssignmentsMethods in odata.msgraph.client.entity that return RoleAssignment Modifier and Type Method Description RoleAssignmentRoleAssignment.Builder. build()RoleAssignmentRoleAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RoleAssignmentRoleAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RoleAssignmentRoleAssignment. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.RoleAssignmentRoleAssignment. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.RoleAssignmentRoleAssignment. withResourceScopes(List<String> resourceScopes)Returns an immutable copy ofthiswith just theresourceScopesfield changed.RoleAssignmentRoleAssignment. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type RoleAssignment Modifier and Type Method Description DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. roleAssignments(RoleAssignment... roleAssignments)RoleDefinition.BuilderRoleDefinition.Builder. roleAssignments(RoleAssignment... roleAssignments)“List of Role assignments for this role definition.”Method parameters in odata.msgraph.client.entity with type arguments of type RoleAssignment Modifier and Type Method Description DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. roleAssignments(List<RoleAssignment> roleAssignments)RoleDefinition.BuilderRoleDefinition.Builder. roleAssignments(List<RoleAssignment> roleAssignments)“List of Role assignments for this role definition.”RoleDefinitionRoleDefinition. withRoleAssignments(List<RoleAssignment> roleAssignments)Returns an immutable copy ofthiswith just theroleAssignmentsfield changed.
-