Package com.mypurecloud.sdk.v2.model
Class WorkPlanConstraintConflictMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanConstraintConflictMessage
- All Implemented Interfaces:
Serializable
WorkPlanConstraintConflictMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of constraint conflict that can be resolved by clients in order to generate agent schedules -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarguments(List<WorkPlanValidationMessageArgument> arguments) The arguments to the type of the message that can help clients resolve validation issuesbooleangetType()inthashCode()voidsetArguments(List<WorkPlanValidationMessageArgument> arguments) voidtoString()Type of constraint conflict that can be resolved by clients in order to generate agent schedules
-
Constructor Details
-
WorkPlanConstraintConflictMessage
public WorkPlanConstraintConflictMessage() -
WorkPlanConstraintConflictMessage
-
-
Method Details
-
type
Type of constraint conflict that can be resolved by clients in order to generate agent schedules -
getType
-
setType
-
arguments
public WorkPlanConstraintConflictMessage arguments(List<WorkPlanValidationMessageArgument> arguments) The arguments to the type of the message that can help clients resolve validation issues -
getArguments
-
setArguments
-
equals
-
hashCode
public int hashCode() -
toString
-