Package com.intercom.api.types
Class Visitor.LocationData
java.lang.Object
com.intercom.api.types.Visitor.LocationData
- Enclosing class:
Visitor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Visitor.LocationData.Builderbuilder()booleangetType()inthashCode()toString()
-
Method Details
-
getType
- Returns:
-
getCityName
- Returns:
- The city name of the visitor.
-
getContinentCode
- Returns:
- The continent code of the visitor.
-
getCountryCode
- Returns:
- The country code of the visitor.
-
getCountryName
- Returns:
- The country name of the visitor.
-
getPostalCode
- Returns:
- The postal code of the visitor.
-
getRegionName
- Returns:
- The region name of the visitor.
-
getTimezone
- Returns:
- The timezone of the visitor.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-