| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceManagementUserRightsLocalUserOrGroup> |
DeviceManagementUserRightsSetting.localUsersOrGroups |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementUserRightsLocalUserOrGroup |
DeviceManagementUserRightsLocalUserOrGroup.Builder.build() |
DeviceManagementUserRightsLocalUserOrGroup |
DeviceManagementUserRightsLocalUserOrGroup.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceManagementUserRightsLocalUserOrGroup |
DeviceManagementUserRightsLocalUserOrGroup.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
DeviceManagementUserRightsLocalUserOrGroup |
DeviceManagementUserRightsLocalUserOrGroup.withSecurityIdentifier(String securityIdentifier)
Returns an immutable copy of
this with just the securityIdentifier field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementUserRightsLocalUserOrGroup> |
DeviceManagementUserRightsSetting.getLocalUsersOrGroups()
“Representing a collection of local users or groups which will be set on device
if the state of this setting is Allowed.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementUserRightsSetting.Builder |
DeviceManagementUserRightsSetting.Builder.localUsersOrGroups(List<DeviceManagementUserRightsLocalUserOrGroup> localUsersOrGroups)
“Representing a collection of local users or groups which will be set on device
if the state of this setting is Allowed.
|
Copyright © 2018–2020. All rights reserved.