DeviceManagementScriptUserState |
DeviceManagementScriptUserState.Builder.build() |
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.withErrorDeviceCount(Integer errorDeviceCount) |
Returns an immutable copy of this with just the errorDeviceCount
field changed.
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.withSuccessDeviceCount(Integer successDeviceCount) |
Returns an immutable copy of this with just the
successDeviceCount field changed.
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.withUnmappedField(String name,
String value) |
|
DeviceManagementScriptUserState |
DeviceManagementScriptUserState.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|