public class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
Fluent builder for the WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
addressableUserName
The addressable User Name.
|
java.lang.String |
userPrincipalName
The user Principal Name.
|
| Modifier | Constructor and Description |
|---|---|
|
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet()
Instiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
|
protected |
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet(WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder builder)
Instiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
|
| 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 WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder |
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
public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet()
protected WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet(@Nonnull
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()