Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
static UpdateConstraint.Operator |
UpdateConstraint.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateConstraint.Operator[] |
UpdateConstraint.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateConstraint |
UpdateConstraint.Factory.value(UpdateConstraint.Operator operator,
Object value)
Create a constraint comparing the current value of a topic to a
supplied value.
|
UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.with(String pointer,
UpdateConstraint.Operator operator,
Object value)
Compares a location within the JSON topic value to a specified value.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.