Package com.mypurecloud.sdk.v2.model
Class LocationCreateDefinition
java.lang.Object
com.mypurecloud.sdk.v2.model.LocationCreateDefinition
- All Implemented Interfaces:
Serializable
LocationCreateDefinition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent activity status of the location. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(LocationAddress address) Address of the locationcontactUser(String contactUser) The user id of the location contactemergencyNumber(LocationEmergencyNumber emergencyNumber) Emergency number for the locationbooleangetName()getNotes()getPath()getState()inthashCode()The name of the Location.Notes for the locationA list of ancestor idsvoidsetAddress(LocationAddress address) voidsetContactUser(String contactUser) voidsetEmergencyNumber(LocationEmergencyNumber emergencyNumber) voidvoidvoidvoidvoidsetVersion(Integer version) Current activity status of the location.toString()Current version of the location
-
Constructor Details
-
LocationCreateDefinition
public LocationCreateDefinition() -
LocationCreateDefinition
-
-
Method Details
-
name
The name of the Location. Required for creates, not required for updates -
getName
-
setName
-
version
Current version of the location -
getVersion
-
setVersion
-
state
Current activity status of the location. -
getState
-
setState
-
path
A list of ancestor ids -
getPath
-
setPath
-
notes
Notes for the location -
getNotes
-
setNotes
-
contactUser
The user id of the location contact -
getContactUser
-
setContactUser
-
emergencyNumber
Emergency number for the location -
getEmergencyNumber
-
setEmergencyNumber
-
address
Address of the location -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-