public static final class DeviceManagementUserRightsSetting.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementUserRightsSetting |
build() |
DeviceManagementUserRightsSetting.Builder |
localUsersOrGroups(DeviceManagementUserRightsLocalUserOrGroup... localUsersOrGroups)
“Representing a collection of local users or groups which will be set on device
if the state of this setting is Allowed.
|
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.
|
DeviceManagementUserRightsSetting.Builder |
localUsersOrGroupsNextLink(String localUsersOrGroupsNextLink)
“Representing a collection of local users or groups which will be set on device
if the state of this setting is Allowed.
|
DeviceManagementUserRightsSetting.Builder |
state(StateManagementSetting state)
“Representing the current state of this user rights setting”
|
public DeviceManagementUserRightsSetting.Builder state(StateManagementSetting state)
state - value of state property (as defined in service metadata)this (for method chaining)public DeviceManagementUserRightsSetting.Builder localUsersOrGroups(List<DeviceManagementUserRightsLocalUserOrGroup> localUsersOrGroups)
localUsersOrGroups - value of localUsersOrGroups property (as defined in service metadata)this (for method chaining)public DeviceManagementUserRightsSetting.Builder localUsersOrGroups(DeviceManagementUserRightsLocalUserOrGroup... localUsersOrGroups)
localUsersOrGroups - value of localUsersOrGroups property (as defined in service metadata)this (for method chaining)public DeviceManagementUserRightsSetting.Builder localUsersOrGroupsNextLink(String localUsersOrGroupsNextLink)
localUsersOrGroupsNextLink - value of localUsersOrGroups@nextLink property (as defined in service metadata)this (for method chaining)public DeviceManagementUserRightsSetting build()
Copyright © 2018–2020. All rights reserved.