@Beta public class NULL extends PathOperand
Use ExpressionSpecBuilder.NULL(String)
to instantiate this class.
Constructor and Description |
---|
NULL(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
SetAction |
set()
Returns a
SetAction object (used for building update
expression) of setting an attribute to null. |
asSubstituted, equals, exists, getPath, hashCode, notExists, remove, toString
public final SetAction set()
SetAction
object (used for building update
expression) of setting an attribute to null.