Package com.mypurecloud.sdk.v2.model
Class TransferResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferResponse
- All Implemented Interfaces:
Serializable
TransferResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the command.static 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(TransferDestination destination) The destination of the command.booleangetId()getState()inthashCode()The id of the command.initiator(TransferInitiator initiator) The initiator of the command.modifiedBy(TransferResponseModifiedBy modifiedBy) The user or entity that modified the command.voidsetDateIssued(Date dateIssued) voidsetDestination(TransferDestination destination) voidvoidsetInitiator(TransferInitiator initiator) voidsetModifiedBy(TransferResponseModifiedBy modifiedBy) voidvoidsetTransferType(TransferResponse.TransferTypeEnum transferType) state(TransferResponse.StateEnum state) The state of the command.toString()transferType(TransferResponse.TransferTypeEnum transferType) The type of transfer to perform.
-
Constructor Details
-
TransferResponse
public TransferResponse() -
TransferResponse
-
-
Method Details
-
id
The id of the command. -
getId
-
setId
-
state
The state of the command. -
getState
-
setState
-
dateIssued
The date/time that this command was issued. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateIssued
-
setDateIssued
-
initiator
The initiator of the command. -
getInitiator
-
setInitiator
-
modifiedBy
The user or entity that modified the command. -
getModifiedBy
-
setModifiedBy
-
destination
The destination of the command. -
getDestination
-
setDestination
-
transferType
The type of transfer to perform. -
getTransferType
-
setTransferType
-
equals
-
hashCode
public int hashCode() -
toString
-