Class Visitor.LocationData

java.lang.Object
com.intercom.api.types.Visitor.LocationData
Enclosing class:
Visitor

public static final class Visitor.LocationData extends Object
  • Method Details

    • getType

      public Optional<String> getType()
      Returns:
    • getCityName

      public Optional<String> getCityName()
      Returns:
      The city name of the visitor.
    • getContinentCode

      public Optional<String> getContinentCode()
      Returns:
      The continent code of the visitor.
    • getCountryCode

      public Optional<String> getCountryCode()
      Returns:
      The country code of the visitor.
    • getCountryName

      public Optional<String> getCountryName()
      Returns:
      The country name of the visitor.
    • getPostalCode

      public Optional<String> getPostalCode()
      Returns:
      The postal code of the visitor.
    • getRegionName

      public Optional<String> getRegionName()
      Returns:
      The region name of the visitor.
    • getTimezone

      public Optional<String> getTimezone()
      Returns:
      The timezone of the visitor.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Visitor.LocationData.Builder builder()