Package com.mypurecloud.sdk.v2.model
Class WorkPlanConstraintViolationMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanConstraintViolationMessage
- All Implemented Interfaces:
Serializable
WorkPlanConstraintViolationMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the work plan constraint in this message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarguments(List<UnavailableTimesViolationMessageArgument> arguments) Arguments of the message that provide information about the constraint that is being conflicted with such as the value of the constraint.booleangetType()inthashCode()voidsetArguments(List<UnavailableTimesViolationMessageArgument> arguments) voidtoString()Type of the work plan constraint in this message.
-
Constructor Details
-
WorkPlanConstraintViolationMessage
public WorkPlanConstraintViolationMessage() -
WorkPlanConstraintViolationMessage
-
-
Method Details
-
type
Type of the work plan constraint in this message. -
getType
-
setType
-
arguments
public WorkPlanConstraintViolationMessage arguments(List<UnavailableTimesViolationMessageArgument> arguments) Arguments of the message that provide information about the constraint that is being conflicted with such as the value of the constraint. -
getArguments
-
setArguments
-
equals
-
hashCode
public int hashCode() -
toString
-