Class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet

java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet

public class WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet extends Object
The class for the Windows Autopilot Device Identity Assign User To Device Parameter Set.
  • Field Details

    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The user Principal Name.
    • addressableUserName

      @SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public String addressableUserName
      The 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