Package com.microsoft.graph.models
Class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
- Enclosing class:
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
public static final class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
extends Object
Fluent builder for the WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AddressableUserNameSets the UserPrincipalName
-
Field Details
-
userPrincipalName
The userPrincipalName parameter value -
addressableUserName
The addressableUserName parameter value
-
-
Constructor Details
-
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
@Nullable protected WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder()Instanciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
-
-
Method Details
-
withUserPrincipalName
@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder withUserPrincipalName(@Nullable String val) Sets the UserPrincipalName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAddressableUserName
@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder withAddressableUserName(@Nullable String val) Sets the AddressableUserName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-