Package com.mypurecloud.sdk.v2.model
Class ContactImportJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactImportJobResponse
- All Implemented Interfaces:
Serializable
ContactImportJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDetailed description for the Job execution statestatic enumGets or Sets status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.division(StarrableDivision division) Division for the jobbooleanexecutionStep(ContactImportJobResponse.ExecutionStepEnum executionStep) Detailed description for the Job execution stategetId()inthashCode()metadata(ContactImportJobMetadata metadata) Metadata for the jobvoidsetDateCreated(Date dateCreated) voidsetDivision(StarrableDivision division) voidsetExecutionStep(ContactImportJobResponse.ExecutionStepEnum executionStep) voidsetMetadata(ContactImportJobMetadata metadata) voidsetSettings(AddressableEntityRef settings) voidvoidsetStatusDetails(String statusDetails) settings(AddressableEntityRef settings) SettingsstatusDetails(String statusDetails) Detailed description for JobStatus.toString()
-
Constructor Details
-
ContactImportJobResponse
public ContactImportJobResponse() -
ContactImportJobResponse
-
-
Method Details
-
getId
-
status
-
getStatus
-
setStatus
-
statusDetails
Detailed description for JobStatus. -
getStatusDetails
-
setStatusDetails
-
executionStep
public ContactImportJobResponse executionStep(ContactImportJobResponse.ExecutionStepEnum executionStep) Detailed description for the Job execution state -
getExecutionStep
-
setExecutionStep
-
metadata
Metadata for the job -
getMetadata
-
setMetadata
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
division
Division for the job -
getDivision
-
setDivision
-
getSelfUri
-
settings
Settings -
getSettings
-
setSettings
-
equals
-
hashCode
public int hashCode() -
toString
-