Package com.mypurecloud.sdk.v2.model
Class Location
java.lang.Object
com.mypurecloud.sdk.v2.model.Location
- All Implemented Interfaces:
Serializable
Location
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoordinates(Map<String, Double> coordinates) Users coordinates on the floorplan.booleangetId()getNotes()inthashCode()Unique identifier for the locationlocationDefinition(LocationDefinition locationDefinition) Optional description on the users locationvoidsetCoordinates(Map<String, Double> coordinates) voidvoidsetLocationDefinition(LocationDefinition locationDefinition) voidtoString()
-
Constructor Details
-
Location
public Location() -
Location
-
-
Method Details
-
id
Unique identifier for the location -
getId
-
setId
-
getFloorplanId
-
coordinates
Users coordinates on the floorplan. Only used when floorplanImage is set -
getCoordinates
-
setCoordinates
-
notes
Optional description on the users location -
getNotes
-
setNotes
-
locationDefinition
-
getLocationDefinition
-
setLocationDefinition
-
equals
-
hashCode
public int hashCode() -
toString
-