Uses of Class
com.mypurecloud.sdk.v2.model.ExternalEvent
Packages that use ExternalEvent
-
Uses of ExternalEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalEventModifier and TypeMethodDescriptionExternalEvent.attributes(Map<String, Object> attributes) The event attributes.ExternalEvent.dateCreated(Date dateCreated) Timestamp indicating when the event actually took place.UnprocessedExternalEvent.getEvent()The ID of the event.ExternalEvent.identifiers(ExternalEventIdentifiers identifiers) The identifiers of the contact the event is for.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExternalEventMethods in com.mypurecloud.sdk.v2.model with parameters of type ExternalEventModifier and TypeMethodDescriptionUnprocessedExternalEvent.event(ExternalEvent event) The event that failed processing.voidUnprocessedExternalEvent.setEvent(ExternalEvent event) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExternalEventModifier and TypeMethodDescriptionExternalEventsRequest.entities(List<ExternalEvent> entities) External events to ingest.voidExternalEventsRequest.setEntities(List<ExternalEvent> entities)