Package com.mypurecloud.sdk.v2.model
Class CreateReprocessJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateReprocessJobRequest
- All Implemented Interfaces:
Serializable
CreateReprocessJobRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets mediaTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date for the search criteria.The start date for the search criteria.description(String description) The description of the job.The dialects to filter by the conversations.booleangetName()inthashCode()mediaTypes(List<CreateReprocessJobRequest.MediaTypesEnum> mediaTypes) The types of conversations to reprocess.The name given for the job.A list of program IDs to filter conversations by.voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetDescription(String description) voidsetDialects(List<String> dialects) voidsetMediaTypes(List<CreateReprocessJobRequest.MediaTypesEnum> mediaTypes) voidvoidsetPrograms(List<String> programs) toString()
-
Constructor Details
-
CreateReprocessJobRequest
public CreateReprocessJobRequest() -
CreateReprocessJobRequest
-
-
Method Details
-
name
The name given for the job. -
getName
-
setName
-
description
The description of the job. -
getDescription
-
setDescription
-
dateStart
The start date for the search criteria. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The end date for the search criteria. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
programs
A list of program IDs to filter conversations by. -
getPrograms
-
setPrograms
-
mediaTypes
public CreateReprocessJobRequest mediaTypes(List<CreateReprocessJobRequest.MediaTypesEnum> mediaTypes) The types of conversations to reprocess. -
getMediaTypes
-
setMediaTypes
-
dialects
The dialects to filter by the conversations. -
getDialects
-
setDialects
-
equals
-
hashCode
public int hashCode() -
toString
-