public class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder
Fluent builder for the WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
addressableUserName
The addressable User Name.
|
java.lang.String |
displayName
The display Name.
|
java.lang.String |
groupTag
The group Tag.
|
java.lang.String |
userPrincipalName
The user Principal Name.
|
Modifier | Constructor and Description |
---|---|
|
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet()
Instiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
|
protected |
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet(WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder builder)
Instiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public java.lang.String userPrincipalName
@SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public java.lang.String addressableUserName
@SerializedName(value="groupTag", alternate="GroupTag") @Expose @Nullable public java.lang.String groupTag
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet()
protected WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet(@Nonnull WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()