Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanConstraintViolationMessage
Packages that use WorkPlanConstraintViolationMessage
-
Uses of WorkPlanConstraintViolationMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanConstraintViolationMessageModifier and TypeMethodDescriptionWorkPlanConstraintViolationMessage.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.WorkPlanConstraintViolationMessage.type(WorkPlanConstraintViolationMessage.TypeEnum type) Type of the work plan constraint in this message.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanConstraintViolationMessageModifier and TypeMethodDescriptionWorkPlanConstraintsViolationMessage.getFixableConstraintsMessages()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanConstraintViolationMessageModifier and TypeMethodDescriptionWorkPlanConstraintsViolationMessage.fixableConstraintsMessages(List<WorkPlanConstraintViolationMessage> fixableConstraintsMessages) If type == 'ConstraintConflictWithPotentialFixes', messages for the set of conflicted work plan constraints.voidWorkPlanConstraintsViolationMessage.setFixableConstraintsMessages(List<WorkPlanConstraintViolationMessage> fixableConstraintsMessages)