Package com.mypurecloud.sdk.v2.model
Class ActivityPlanJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ActivityPlanJobResponse
- All Implemented Interfaces:
Serializable
ActivityPlanJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the jobstatic enumThe type of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe activity plan associated with this jobbooleanError details if status == 'Error'.exceptions(List<ActivityPlanJobException> exceptions) The list of exceptions that occurred while running this activity plan job.getError()getId()getType()inthashCode()The globally unique identifier for the object.occurrence(ActivityPlanOccurrenceReference occurrence) The occurrence associated with this job if type == 'DeleteOccurrence'voidvoidvoidsetExceptions(List<ActivityPlanJobException> exceptions) voidvoidsetOccurrence(ActivityPlanOccurrenceReference occurrence) voidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ActivityPlanJobResponse
public ActivityPlanJobResponse() -
ActivityPlanJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
The status of the job -
getStatus
-
setStatus
-
exceptions
The list of exceptions that occurred while running this activity plan job. These are exceptions that affect individual occurrences but didn't prevent the job from completing -
getExceptions
-
setExceptions
-
error
Error details if status == 'Error'. These are errors that caused the job to fail to complete -
getError
-
setError
-
activityPlan
public ActivityPlanJobResponse activityPlan(ActivityPlanStructureWithOccurrenceSessionsUsersReference activityPlan) The activity plan associated with this job -
getActivityPlan
-
setActivityPlan
-
type
The type of the job -
getType
-
setType
-
occurrence
The occurrence associated with this job if type == 'DeleteOccurrence' -
getOccurrence
-
setOccurrence
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-