Uses of Class
com.mypurecloud.sdk.v2.model.ActivityPlanJobException
Packages that use ActivityPlanJobException
-
Uses of ActivityPlanJobException in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivityPlanJobExceptionModifier and TypeMethodDescriptionActivityPlanJobException.exceptionType(ActivityPlanJobException.ExceptionTypeEnum exceptionType) The type of errorActivityPlanJobException.occurrences(List<ActivityPlanOccurrenceReference> occurrences) The occurrences in which this error occurredMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActivityPlanJobExceptionModifier and TypeMethodDescriptionActivityPlanJobResponse.getExceptions()ActivityPlanRunJobResponse.getExceptions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActivityPlanJobExceptionModifier and TypeMethodDescriptionActivityPlanJobResponse.exceptions(List<ActivityPlanJobException> exceptions) The list of exceptions that occurred while running this activity plan job.ActivityPlanRunJobResponse.exceptions(List<ActivityPlanJobException> exceptions) The list of exceptions that occurred while running this activity plan job.voidActivityPlanJobResponse.setExceptions(List<ActivityPlanJobException> exceptions) voidActivityPlanRunJobResponse.setExceptions(List<ActivityPlanJobException> exceptions)