Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkPlanConstraintViolationMessage.TypeEnum
Packages that use WorkPlanConstraintViolationMessage.TypeEnum
-
Uses of WorkPlanConstraintViolationMessage.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanConstraintViolationMessage.TypeEnumModifier and TypeMethodDescriptionWorkPlanConstraintViolationMessage.TypeEnum.fromString(String key) WorkPlanConstraintViolationMessage.getType()Returns the enum constant of this class with the specified name.WorkPlanConstraintViolationMessage.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkPlanConstraintViolationMessage.TypeEnumModifier and TypeMethodDescriptionvoidWorkPlanConstraintViolationMessage.setType(WorkPlanConstraintViolationMessage.TypeEnum type) WorkPlanConstraintViolationMessage.type(WorkPlanConstraintViolationMessage.TypeEnum type) Type of the work plan constraint in this message.