Package com.microsoft.graph.models
Class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
The class for the Windows Autopilot Device Identity Assign User To Device Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe addressable User Name.The user Principal Name. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetprotectedWindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet(WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder builder) Instiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe user Principal Name. -
addressableUserName
@SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public String addressableUserNameThe addressable User Name.
-
-
Constructor Details
-
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
public WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet()Instiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet -
WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet
protected WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet(@Nonnull WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder builder) Instiaciates a new WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-