Class UpdateWindowsDeviceAccountActionParameter

java.lang.Object
com.microsoft.graph.models.UpdateWindowsDeviceAccountActionParameter
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UpdateWindowsDeviceAccountActionParameter extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Update Windows Device Account Action Parameter.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • calendarSyncEnabled

      @SerializedName(value="calendarSyncEnabled", alternate="CalendarSyncEnabled") @Expose @Nullable public Boolean calendarSyncEnabled
      The Calendar Sync Enabled. Not yet documented
    • deviceAccount

      @SerializedName(value="deviceAccount", alternate="DeviceAccount") @Expose @Nullable public WindowsDeviceAccount deviceAccount
      The Device Account. Not yet documented
    • deviceAccountEmail

      @SerializedName(value="deviceAccountEmail", alternate="DeviceAccountEmail") @Expose @Nullable public String deviceAccountEmail
      The Device Account Email. Not yet documented
    • exchangeServer

      @SerializedName(value="exchangeServer", alternate="ExchangeServer") @Expose @Nullable public String exchangeServer
      The Exchange Server. Not yet documented
    • passwordRotationEnabled

      @SerializedName(value="passwordRotationEnabled", alternate="PasswordRotationEnabled") @Expose @Nullable public Boolean passwordRotationEnabled
      The Password Rotation Enabled. Not yet documented
    • sessionInitiationProtocalAddress

      @SerializedName(value="sessionInitiationProtocalAddress", alternate="SessionInitiationProtocalAddress") @Expose @Nullable public String sessionInitiationProtocalAddress
      The Session Initiation Protocal Address. Not yet documented
  • Constructor Details

    • UpdateWindowsDeviceAccountActionParameter

      public UpdateWindowsDeviceAccountActionParameter()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to