public static final class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
addressableUserName
The addressableUserName parameter value
|
protected java.lang.String |
userPrincipalName
The userPrincipalName parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder()
Instanciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder |
withAddressableUserName(java.lang.String val)
Sets the AddressableUserName
|
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder |
withUserPrincipalName(java.lang.String val)
Sets the UserPrincipalName
|
@Nullable protected java.lang.String userPrincipalName
@Nullable protected java.lang.String addressableUserName
@Nullable protected WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder()
@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder withUserPrincipalName(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder withAddressableUserName(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet build()