Uses of Enum Class
com.mypurecloud.sdk.v2.model.PatchCriteria.OperatorEnum
Packages that use PatchCriteria.OperatorEnum
-
Uses of PatchCriteria.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchCriteria.OperatorEnumModifier and TypeMethodDescriptionstatic PatchCriteria.OperatorEnumPatchCriteria.OperatorEnum.fromString(String key) PatchCriteria.getOperator()static PatchCriteria.OperatorEnumReturns the enum constant of this class with the specified name.static PatchCriteria.OperatorEnum[]PatchCriteria.OperatorEnum.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 PatchCriteria.OperatorEnumModifier and TypeMethodDescriptionPatchCriteria.operator(PatchCriteria.OperatorEnum operator) The comparison operator.voidPatchCriteria.setOperator(PatchCriteria.OperatorEnum operator)