Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanValidationMessageArgument
Packages that use WorkPlanValidationMessageArgument
-
Uses of WorkPlanValidationMessageArgument in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanValidationMessageArgumentModifier and TypeMethodDescriptionWorkPlanValidationMessageArgument.type(WorkPlanValidationMessageArgument.TypeEnum type) The type of the argument associated with violation messagesThe value of the argumentMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanValidationMessageArgumentModifier and TypeMethodDescriptionWorkPlanConfigurationViolationMessage.getArguments()WorkPlanConstraintConflictMessage.getArguments()WorkPlanConstraintMessage.getArguments()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanValidationMessageArgumentModifier and TypeMethodDescriptionWorkPlanConfigurationViolationMessage.arguments(List<WorkPlanValidationMessageArgument> arguments) Arguments of the message that provide information about the misconfigured value or the threshold that is exceeded by the misconfigured valueWorkPlanConstraintConflictMessage.arguments(List<WorkPlanValidationMessageArgument> arguments) The arguments to the type of the message that can help clients resolve validation issuesWorkPlanConstraintMessage.arguments(List<WorkPlanValidationMessageArgument> arguments) Arguments of the message that provide information about the constraint that is being conflicted with, such as the value of the constraintvoidWorkPlanConfigurationViolationMessage.setArguments(List<WorkPlanValidationMessageArgument> arguments) voidWorkPlanConstraintConflictMessage.setArguments(List<WorkPlanValidationMessageArgument> arguments) voidWorkPlanConstraintMessage.setArguments(List<WorkPlanValidationMessageArgument> arguments)