Package com.microsoft.graph.models
Class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
- Enclosing class:
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
public static final class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
extends Object
Fluent builder for the WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AddressableUserNamewithDisplayName
(String val) Sets the DisplayNamewithGroupTag
(String val) Sets the GroupTagSets the UserPrincipalName
-
Field Details
-
userPrincipalName
The userPrincipalName parameter value -
addressableUserName
The addressableUserName parameter value -
groupTag
The groupTag parameter value -
displayName
The displayName parameter value
-
-
Constructor Details
-
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
@Nullable protected WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder()Instanciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
-
-
Method Details
-
withUserPrincipalName
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder withUserPrincipalName(@Nullable String val) Sets the UserPrincipalName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAddressableUserName
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder withAddressableUserName(@Nullable String val) Sets the AddressableUserName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withGroupTag
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder withGroupTag(@Nullable String val) Sets the GroupTag- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDisplayName
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder withDisplayName(@Nullable String val) Sets the DisplayName- 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
-