Package com.mypurecloud.sdk.v2.model
Class ActivityPlanJobException
java.lang.Object
com.mypurecloud.sdk.v2.model.ActivityPlanJobException
- All Implemented Interfaces:
Serializable
ActivityPlanJobException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexceptionType(ActivityPlanJobException.ExceptionTypeEnum exceptionType) The type of errorinthashCode()occurrences(List<ActivityPlanOccurrenceReference> occurrences) The occurrences in which this error occurredvoidsetExceptionType(ActivityPlanJobException.ExceptionTypeEnum exceptionType) voidsetOccurrences(List<ActivityPlanOccurrenceReference> occurrences) toString()
-
Constructor Details
-
ActivityPlanJobException
public ActivityPlanJobException() -
ActivityPlanJobException
-
-
Method Details
-
exceptionType
public ActivityPlanJobException exceptionType(ActivityPlanJobException.ExceptionTypeEnum exceptionType) The type of error -
getExceptionType
-
setExceptionType
-
occurrences
The occurrences in which this error occurred -
getOccurrences
-
setOccurrences
-
equals
-
hashCode
public int hashCode() -
toString
-