| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RoleAssignmentScopeType |
RoleAssignment.scopeType |
| Modifier and Type | Method and Description |
|---|---|
Optional<RoleAssignmentScopeType> |
RoleAssignment.getScopeType()
“Specifies the type of scope for a Role Assignment.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment.Builder |
RoleAssignment.Builder.scopeType(RoleAssignmentScopeType scopeType)
“Specifies the type of scope for a Role Assignment.
|
DeviceAndAppManagementRoleAssignment.Builder |
DeviceAndAppManagementRoleAssignment.Builder.scopeType(RoleAssignmentScopeType scopeType) |
RoleAssignment |
RoleAssignment.withScopeType(RoleAssignmentScopeType scopeType)
Returns an immutable copy of
this with just the scopeType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static RoleAssignmentScopeType |
RoleAssignmentScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleAssignmentScopeType[] |
RoleAssignmentScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.