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.Methods 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, String value)
-