Uses of Class
com.mypurecloud.sdk.v2.model.EndTransferEvent
Packages that use EndTransferEvent
-
Uses of EndTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EndTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used to identify the transfer already started by the external platform.EndTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEndTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEndTransferEvent.finalState(EndTransferEvent.FinalStateEnum finalState) Indicates whether the transfer completed successfully, was cancelled, or failed for some reason.EndTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that was being transferred.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EndTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EndTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.endTransferEvents(List<EndTransferEvent> endTransferEvents) Voice - EndTransfer events for this batchvoidBatchConversationEventRequest.setEndTransferEvents(List<EndTransferEvent> endTransferEvents)