Package com.faunadb.client.types
Class Value.BooleanV
- java.lang.Object
-
- com.faunadb.client.query.Expr
-
- com.faunadb.client.types.Value
-
- com.faunadb.client.types.Value.BooleanV
-
- Enclosing class:
- Value
public static final class Value.BooleanV extends Value
Represents a boolean value in the FaunaDB query language.WARNING: Internal API. Must not be used in production code.
- See Also:
Language.Value(boolean)
,Value
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.faunadb.client.types.Value
Value.ArrayV, Value.BooleanV, Value.BytesV, Value.DateV, Value.DoubleV, Value.LongV, Value.Native, Value.NullV, Value.ObjectV, Value.QueryV, Value.RefID, Value.RefV, Value.SetRefV, Value.StringV, Value.TimeV
-
-
Field Summary
Fields Modifier and Type Field Description static Value.BooleanV
FALSE
static Value.BooleanV
TRUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
protected Boolean
toJson()
String
toString()
static Value.BooleanV
valueOf(boolean value)
-
-
-
Field Detail
-
TRUE
public static final Value.BooleanV TRUE
-
FALSE
public static final Value.BooleanV FALSE
-
-
Method Detail
-
valueOf
public static Value.BooleanV valueOf(boolean value)
-
-