Class PhysicalAddress

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

public class PhysicalAddress extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Physical Address.
  • Field Details

    • oDataType

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

      @SerializedName(value="city", alternate="City") @Expose @Nullable public String city
      The City. The city.
    • countryOrRegion

      @SerializedName(value="countryOrRegion", alternate="CountryOrRegion") @Expose @Nullable public String countryOrRegion
      The Country Or Region. The country or region. It's a free-format string value, for example, 'United States'.
    • postalCode

      @SerializedName(value="postalCode", alternate="PostalCode") @Expose @Nullable public String postalCode
      The Postal Code. The postal code.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public String state
      The State. The state.
    • street

      @SerializedName(value="street", alternate="Street") @Expose @Nullable public String street
      The Street. The street.
  • Constructor Details

    • PhysicalAddress

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