Uses of Enum Class
com.pushtechnology.diffusion.client.features.UpdateConstraint.Operator
Packages that use UpdateConstraint.Operator
-
Uses of UpdateConstraint.Operator in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return UpdateConstraint.OperatorModifier and TypeMethodDescriptionstatic UpdateConstraint.Operator
Returns the enum constant of this class with the specified name.static UpdateConstraint.Operator[]
UpdateConstraint.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features with parameters of type UpdateConstraint.OperatorModifier and TypeMethodDescriptionUpdateConstraint.Factory.value
(UpdateConstraint.Operator operator, Object value) Create a constraint comparing the current value of a topic to a supplied value.UpdateConstraint.PartialJSON.with
(String pointer, UpdateConstraint.Operator operator, Object value) Compares a location within the JSON topic value to a specified value.