Class BookingCustomer

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BookingCustomer extends BookingCustomerBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Booking Customer.
  • Field Details

    • addresses

      @SerializedName(value="addresses", alternate="Addresses") @Expose @Nullable public List<PhysicalAddress> addresses
      The Addresses. Addresses associated with the customer. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name is suitable for human-readable interfaces.
    • emailAddress

      @SerializedName(value="emailAddress", alternate="EmailAddress") @Expose @Nullable public String emailAddress
      The Email Address. The SMTP address of the customer.
    • phones

      @SerializedName(value="phones", alternate="Phones") @Expose @Nullable public List<Phone> phones
      The Phones. Phone numbers associated with the customer, including home, business and mobile numbers.
  • Constructor Details

    • BookingCustomer

      public BookingCustomer()
  • 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 BookingCustomerBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to