Class DataSubject

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

public class DataSubject extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Data Subject.
  • Field Details

    • oDataType

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

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. Email of the data subject.
    • firstName

      @SerializedName(value="firstName", alternate="FirstName") @Expose @Nullable public String firstName
      The First Name. First name of the data subject.
    • lastName

      @SerializedName(value="lastName", alternate="LastName") @Expose @Nullable public String lastName
      The Last Name. Last Name of the data subject.
    • residency

      @SerializedName(value="residency", alternate="Residency") @Expose @Nullable public String residency
      The Residency. The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.
  • Constructor Details

    • DataSubject

      public DataSubject()
  • 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