Class DeviceManagementUserRightsSetting.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementUserRightsSetting.Builder
-
- Enclosing class:
- DeviceManagementUserRightsSetting
public static final class DeviceManagementUserRightsSetting.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementUserRightsSettingbuild()DeviceManagementUserRightsSetting.BuilderlocalUsersOrGroups(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.BuilderlocalUsersOrGroups(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.BuilderlocalUsersOrGroupsNextLink(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.Builderstate(StateManagementSetting state)“Representing the current state of this user rights setting”
-
-
-
Method Detail
-
localUsersOrGroups
public 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. This collection can contain a maximum of 500 elements.”- Parameters:
localUsersOrGroups- value oflocalUsersOrGroupsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
localUsersOrGroups
public 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. This collection can contain a maximum of 500 elements.”- Parameters:
localUsersOrGroups- value oflocalUsersOrGroupsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
localUsersOrGroupsNextLink
public 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. This collection can contain a maximum of 500 elements.”- Parameters:
localUsersOrGroupsNextLink- value oflocalUsersOrGroups@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
state
public DeviceManagementUserRightsSetting.Builder state(StateManagementSetting state)
“Representing the current state of this user rights setting”- Parameters:
state- value ofstateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementUserRightsSetting build()
-
-