Uses of Class
com.mypurecloud.sdk.v2.model.PhoneTransferEvent
Packages that use PhoneTransferEvent
-
Uses of PhoneTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PhoneTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used by the external platform to refer to the transfer in subsequent Transfer events.PhoneTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationPhoneTransferEvent.destinationPhoneNumber(String destinationPhoneNumber) The desired destination phone number that the object communication should be transferred to.PhoneTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventPhoneTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) The id (V4 UUID) of the communication representing the participant that is initiating the transfer.PhoneTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.PhoneTransferEvent.targetCommunicationId(String targetCommunicationId) The id (V4 UUID) of the communication that is being transferred away from.PhoneTransferEvent.transferType(PhoneTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PhoneTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PhoneTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.phoneTransferEvents(List<PhoneTransferEvent> phoneTransferEvents) Voice - PhoneTransfer events for this batchvoidBatchConversationEventRequest.setPhoneTransferEvents(List<PhoneTransferEvent> phoneTransferEvents)