- Add(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new Add expression.
- Add(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new Add expression.
- after(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the cursor of the pagination to move forward.
- And(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new And expression.
- And(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new And expression.
- Append(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Append expression.
- Arr(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new Array value containing the provided list of values.
- Arr(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new Array value containing the provided entries.
- ARRAY - Static variable in interface com.faunadb.client.types.Codec
-
- ArrayV(List<? extends Value>) - Constructor for class com.faunadb.client.types.Value.ArrayV
-
- as(Codec<T>) - Static method in class com.faunadb.client.types.Field
-
Creates a field that coerces its value using the codec passed
- At(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new At expression
- at(String...) - Method in class com.faunadb.client.query.Language.Path
-
Narrow to a specific path on a object node.
- at(int...) - Method in class com.faunadb.client.query.Language.Path
-
Narrow to a specific element index on a array node.
- at(String...) - Static method in class com.faunadb.client.types.Field
-
Creates a field that extracts its value from a object path, assuming the value
is an instance of
Value.ObjectV.
- at(int...) - Static method in class com.faunadb.client.types.Field
-
Creates a field that extracts its value from a array index, assuming the value
is an instance of
Value.ArrayV.
- at(Field<A>) - Method in class com.faunadb.client.types.Field
-
Creates a field extractor composed with another nested field
- at(String...) - Method in class com.faunadb.client.types.Value
-
Navigate through object's keys, assuming value is an instance of
Value.ObjectV.
- at(int...) - Method in class com.faunadb.client.types.Value
-
Navigate through array's indexes, assuming value is an instance of
Value.ArrayV
- Lambda(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Lambda expression.
- Language - Class in com.faunadb.client.query
-
Methods modeling the FaunaDB query language.
- Language.Action - Enum in com.faunadb.client.query
-
Enumeration for event action types.
- Language.LetBinding - Class in com.faunadb.client.query
-
Builder for let expressions.
- Language.Path - Class in com.faunadb.client.query
-
Builder for path selectors.
- Language.TimeUnit - Enum in com.faunadb.client.query
-
Enumeration for time units.
- Let(Map<String, ? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression wrapping the provided map of bindings.
- Let(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression with the provided bindings.
- Let(String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression with the provided bindings.
- Let(String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression with the provided bindings.
- Let(String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression with the provided bindings.
- Let(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Let expression with the provided bindings.
- Login(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Login expression.
- Logout(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new Logout expression.
- LONG - Static variable in interface com.faunadb.client.types.Codec
-
- LongV(long) - Constructor for class com.faunadb.client.types.Value.LongV
-
- LT(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new LT expression.
- LT(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new LT expression.
- LTE(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new LTE expression.
- LTE(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new LTE expression.
- ValidationFailure(ImmutableList<String>, String, String) - Constructor for class com.faunadb.client.HttpResponses.ValidationFailure
-
- Value(String) - Static method in class com.faunadb.client.query.Language
-
Creates a new String value.
- Value(long) - Static method in class com.faunadb.client.query.Language
-
Creates a new Long value.
- Value(double) - Static method in class com.faunadb.client.query.Language
-
Creates a new Double value.
- Value(boolean) - Static method in class com.faunadb.client.query.Language
-
Creates a new Boolean value.
- Value(Instant) - Static method in class com.faunadb.client.query.Language
-
Creates a new Timestamp value.
- Value(HighPrecisionTime) - Static method in class com.faunadb.client.query.Language
-
Creates a new Timestamp value from a high precision time.
- Value(LocalDate) - Static method in class com.faunadb.client.query.Language
-
Creates a new Date value.
- Value(byte[]) - Static method in class com.faunadb.client.query.Language
-
Creates a new Bytes value.
- VALUE - Static variable in interface com.faunadb.client.types.Codec
-
- Value - Class in com.faunadb.client.types
-
Represents any scalar or non-scalar value in the FaunaDB query language.
- Value.ArrayV - Class in com.faunadb.client.types
-
Represents an array value in the FaunaDB query language.
- Value.BooleanV - Class in com.faunadb.client.types
-
Represents a Boolean value in the FaunaDB query language.
- Value.BytesV - Class in com.faunadb.client.types
-
Represents a blob value in the FaunaDB query language.
- Value.DateV - Class in com.faunadb.client.types
-
Represents a Date value in the FaunaDB query language.
- Value.DoubleV - Class in com.faunadb.client.types
-
Represents a Double value in the FaunaDB query language.
- Value.LongV - Class in com.faunadb.client.types
-
Represents a Long value in the FaunaDB query language.
- Value.NullV - Class in com.faunadb.client.types
-
Represents a null value in the FaunaDB query language.
- Value.ObjectV - Class in com.faunadb.client.types
-
Represents an Object value in the FaunaDB query language.
- Value.RefV - Class in com.faunadb.client.types
-
A FaunaDB ref type.
- Value.SetRefV - Class in com.faunadb.client.types
-
A FaunaDB set literal.
- Value.StringV - Class in com.faunadb.client.types
-
Represents a String value in the FaunaDB query language.
- Value.TimeV - Class in com.faunadb.client.types
-
Represents a Timestamp value in the FaunaDB query language.
- valueOf(String) - Static method in enum com.faunadb.client.query.Language.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.faunadb.client.query.Language.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in class com.faunadb.client.types.Value.BooleanV
-
- values() - Static method in enum com.faunadb.client.query.Language.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.faunadb.client.query.Language.TimeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Var(String) - Static method in class com.faunadb.client.query.Language
-
Creates a new Var expression.