| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceAndAppManagementRoleAssignment
“The Role Assignment resource.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment |
RoleAssignment.Builder.build() |
RoleAssignment |
RoleAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RoleAssignment |
RoleAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RoleAssignment |
RoleAssignment.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
RoleAssignment |
RoleAssignment.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
RoleAssignment |
RoleAssignment.withScopeType(RoleAssignmentScopeType scopeType)
Returns an immutable copy of
this with just the scopeType field
changed. |
Copyright © 2018–2020. All rights reserved.