| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateOp.Condition.Type |
| Modifier and Type | Field and Description |
|---|---|
static UpdateOp.Condition |
EXISTS
Check if a map entry exists in a map.
|
static UpdateOp.Condition |
MISSING
Check if a map entry is missing in a map.
|
UpdateOp.Condition.Type |
type
The condition type.
|
Object |
value
The value.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateOp.Condition |
newEqualsCondition(@Nullable Object value)
Creates a new equals condition with the given value.
|
static UpdateOp.Condition |
newNotEqualsCondition(@Nullable Object value)
Creates a new notEquals condition with the given value.
|
String |
toString() |
public static final UpdateOp.Condition EXISTS
public static final UpdateOp.Condition MISSING
public final UpdateOp.Condition.Type type
public final Object value
public static UpdateOp.Condition newEqualsCondition(@Nullable @Nullable Object value)
value - the value to compare to.public static UpdateOp.Condition newNotEqualsCondition(@Nullable @Nullable Object value)
value - the value to compare to.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.