Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicTransferResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicTransferResponse
- All Implemented Interfaces:
Serializable
ConversationEventTopicTransferResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets statestatic enumThe type of transfer to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateIssued(Date dateIssued) The date/time that this command was issued.destination(ConversationEventTopicTransferDestination destination) booleangetId()getState()inthashCode()The id of the command.initiator(ConversationEventTopicTransferInitiator initiator) modifiedBy(ConversationEventTopicTransferModifedBy modifiedBy) voidsetDateIssued(Date dateIssued) voidsetDestination(ConversationEventTopicTransferDestination destination) voidvoidvoidsetModifiedBy(ConversationEventTopicTransferModifedBy modifiedBy) voidvoidtoString()The type of transfer to perform.
-
Constructor Details
-
ConversationEventTopicTransferResponse
public ConversationEventTopicTransferResponse() -
ConversationEventTopicTransferResponse
-
-
Method Details
-
id
The id of the command. -
getId
-
setId
-
state
-
getState
-
setState
-
dateIssued
The date/time that this command was issued. -
getDateIssued
-
setDateIssued
-
initiator
public ConversationEventTopicTransferResponse initiator(ConversationEventTopicTransferInitiator initiator) -
getInitiator
-
setInitiator
-
modifiedBy
public ConversationEventTopicTransferResponse modifiedBy(ConversationEventTopicTransferModifedBy modifiedBy) -
getModifiedBy
-
setModifiedBy
-
destination
public ConversationEventTopicTransferResponse destination(ConversationEventTopicTransferDestination destination) -
getDestination
-
setDestination
-
transferType
public ConversationEventTopicTransferResponse transferType(ConversationEventTopicTransferResponse.TransferTypeEnum transferType) The type of transfer to perform. -
getTransferType
-
setTransferType
-
equals
-
hashCode
public int hashCode() -
toString
-