Class ManagedDeviceUpdateWindowsDeviceAccountParameterSet

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

public class ManagedDeviceUpdateWindowsDeviceAccountParameterSet extends Object
The class for the Managed Device Update Windows Device Account Parameter Set.
  • Field Details

    • updateWindowsDeviceAccountActionParameter

      @SerializedName(value="updateWindowsDeviceAccountActionParameter", alternate="UpdateWindowsDeviceAccountActionParameter") @Expose @Nullable public UpdateWindowsDeviceAccountActionParameter updateWindowsDeviceAccountActionParameter
      The update Windows Device Account Action Parameter.
  • Constructor Details

    • ManagedDeviceUpdateWindowsDeviceAccountParameterSet

      public ManagedDeviceUpdateWindowsDeviceAccountParameterSet()
      Instiaciates a new ManagedDeviceUpdateWindowsDeviceAccountParameterSet
    • ManagedDeviceUpdateWindowsDeviceAccountParameterSet

      protected ManagedDeviceUpdateWindowsDeviceAccountParameterSet(@Nonnull ManagedDeviceUpdateWindowsDeviceAccountParameterSet.ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder builder)
      Instiaciates a new ManagedDeviceUpdateWindowsDeviceAccountParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details