Package com.mypurecloud.sdk.v2.model
Class ExternalEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalEvent
- All Implemented Interfaces:
Serializable
ExternalEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) The event attributes.dateCreated(Date dateCreated) Timestamp indicating when the event actually took place.booleangetId()inthashCode()The ID of the event.identifiers(ExternalEventIdentifiers identifiers) The identifiers of the contact the event is for.voidsetAttributes(Map<String, Object> attributes) voidsetDateCreated(Date dateCreated) voidvoidsetIdentifiers(ExternalEventIdentifiers identifiers) toString()
-
Constructor Details
-
ExternalEvent
public ExternalEvent() -
ExternalEvent
-
-
Method Details
-
id
The ID of the event. -
getId
-
setId
-
dateCreated
Timestamp indicating when the event actually took place. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
identifiers
The identifiers of the contact the event is for. -
getIdentifiers
-
setIdentifiers
-
attributes
The event attributes. -
getAttributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-