Class WindowsDeviceADAccount

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

public class WindowsDeviceADAccount extends WindowsDeviceAccount implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Device ADAccount.
  • Field Details

    • domainName

      @SerializedName(value="domainName", alternate="DomainName") @Expose @Nullable public String domainName
      The Domain Name. Not yet documented
    • userName

      @SerializedName(value="userName", alternate="UserName") @Expose @Nullable public String userName
      The User Name. Not yet documented
  • Constructor Details

    • WindowsDeviceADAccount

      public WindowsDeviceADAccount()
  • Method Details

    • 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
      Overrides:
      setRawObject in class WindowsDeviceAccount
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to