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