Package com.mypurecloud.sdk.v2.model
Class WorkPlanConstraintMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanConstraintMessage
- All Implemented Interfaces:
Serializable
WorkPlanConstraintMessage
- 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<WorkPlanValidationMessageArgument> arguments) Arguments of the message that provide information about the constraint that is being conflicted with, such as the value of the constraintbooleangetType()inthashCode()voidsetArguments(List<WorkPlanValidationMessageArgument> arguments) voidtoString()Type of the work plan constraint in this message
-
Constructor Details
-
WorkPlanConstraintMessage
public WorkPlanConstraintMessage() -
WorkPlanConstraintMessage
-
-
Method Details
-
type
Type of the work plan constraint in this message -
getType
-
setType
-
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
-