Package com.mypurecloud.sdk.v2.model
Class MinerExecuteRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MinerExecuteRequest
- All Implemented Interfaces:
Serializable
MinerExecuteRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia type for filtering conversations.static enumType of the participant, either agent, customer or both. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd date for the date range to mine.Start date for the date range to mine.booleaninthashCode()mediaType(MinerExecuteRequest.MediaTypeEnum mediaType) Media type for filtering conversations.participantType(MinerExecuteRequest.ParticipantTypeEnum participantType) Type of the participant, either agent, customer or both.List of queue IDs for filtering conversations.voidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidsetMediaType(MinerExecuteRequest.MediaTypeEnum mediaType) voidsetParticipantType(MinerExecuteRequest.ParticipantTypeEnum participantType) voidsetQueueIds(List<String> queueIds) voidsetUploadKey(String uploadKey) toString()Location of input conversations.
-
Constructor Details
-
MinerExecuteRequest
public MinerExecuteRequest() -
MinerExecuteRequest
-
-
Method Details
-
dateStart
Start date for the date range to mine. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
End date for the date range to mine. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
uploadKey
Location of input conversations. -
getUploadKey
-
setUploadKey
-
mediaType
Media type for filtering conversations. -
getMediaType
-
setMediaType
-
participantType
Type of the participant, either agent, customer or both. -
getParticipantType
-
setParticipantType
-
queueIds
List of queue IDs for filtering conversations. -
getQueueIds
-
setQueueIds
-
equals
-
hashCode
public int hashCode() -
toString
-