- All Implemented Interfaces:
Serializable
Geolocation
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
A boolean used to tell whether or not to set this geolocation client as the primary on a PATCH
void
void
void
void
void
void
void
void
void
A string used to describe the type of client the geolocation is being updated from e.g. ios, android, web, etc.
-
Constructor Details
-
Geolocation
public Geolocation()
-
Geolocation
public Geolocation(Boolean initWithEmptyList)
-
Method Details
-
-
-
-
setName
public void setName(String name)
-
type
A string used to describe the type of client the geolocation is being updated from e.g. ios, android, web, etc.
-
-
setType
public void setType(String type)
-
primary
A boolean used to tell whether or not to set this geolocation client as the primary on a PATCH
-
-
setPrimary
public void setPrimary(Boolean primary)
-
-
-
setLatitude
public void setLatitude(Double latitude)
-
-
-
setLongitude
public void setLongitude(Double longitude)
-
-
-
setCountry
public void setCountry(String country)
-
-
-
setRegion
public void setRegion(String region)
-
-
-
setCity
public void setCity(String city)
-
-
-
-
-
-
-