Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-jvm.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V 

A

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
Coerce a Value to an ImmutableList of Value
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

B

BadRequestException - Exception in com.faunadb.client.errors
An exception thrown if FaunaDB cannot evaluate a query.
BadRequestException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.BadRequestException
 
before(Expr) - Method in class com.faunadb.client.query.Pagination
Sets the cursor of the pagination to move backwards.
BOOLEAN - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to a Boolean
BYTES - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an array of bytes
BytesV(byte[]) - Constructor for class com.faunadb.client.types.Value.BytesV
 
BytesV(String) - Constructor for class com.faunadb.client.types.Value.BytesV
 

C

Casefold(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Casefold expression.
Class(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Class expression.
code() - Method in class com.faunadb.client.HttpResponses.QueryError
 
code() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
 
Codec<T> - Interface in com.faunadb.client.types
Codec is a function that represents an attempt to coerce a Value to a concrete type.
collect(Field<A>) - Method in class com.faunadb.client.types.Field
Creates a field extractor that collects each inner value of an array using the nested field passed, assuming the root value is an instance of Value.ArrayV
collect(Field<T>) - Method in class com.faunadb.client.types.Value
Loop through this node collecting the Field passed, assuming the node is an instance of Value.ArrayV
com.faunadb.client - package com.faunadb.client
 
com.faunadb.client.errors - package com.faunadb.client.errors
 
com.faunadb.client.query - package com.faunadb.client.query
 
com.faunadb.client.types - package com.faunadb.client.types
 
com.faunadb.client.types.time - package com.faunadb.client.types.time
 
com.faunadb.client.util - package com.faunadb.client.util
 
compare(long, long) - Static method in class com.faunadb.client.util.Objects
 
compare(int, int) - Static method in class com.faunadb.client.util.Objects
 
compareTo(HighPrecisionTime) - Method in class com.faunadb.client.types.time.HighPrecisionTime
 
Concat(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Concat expression.
Concat(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Concat expression.
Contains(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Contains expression.
Contains(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Contains expression.
create(int, ImmutableList<HttpResponses.QueryError>) - Static method in class com.faunadb.client.HttpResponses.QueryErrorResponse
 
Create(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Create expression.
CreateClass(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Create Class expression.
CreateDatabase(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Create Database expression.
CreateIndex(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Create Index expression.
CreateKey(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Create Key expression.

D

Database(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Database expression.
Date(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Date expression.
DATE - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to a LocalDate
DateV(LocalDate) - Constructor for class com.faunadb.client.types.Value.DateV
 
Delete(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Delete expression.
description() - Method in class com.faunadb.client.HttpResponses.QueryError
 
description() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
 
Difference(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Difference expression.
Difference(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Difference expression.
Distinct(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Distinct expression.
Divide(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Divide expression.
Divide(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Divide expression.
Do(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Do expression wrapping the provided list of expression.
Do(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Do expression containing the provided expressions.
DOUBLE - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to a Double
DoubleV(double) - Constructor for class com.faunadb.client.types.Value.DoubleV
 
Drop(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Drop expression.

E

Epoch(Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
Creates a new Epoch expression.
Epoch(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Epoch expression.
Equals(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Equals expression.
Equals(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Equals expression.
equals(Object) - Method in class com.faunadb.client.types.Field
 
equals(Object) - Method in class com.faunadb.client.types.time.HighPrecisionTime
 
equals(Object) - Method in class com.faunadb.client.types.Value.ArrayV
 
equals(Object) - Method in class com.faunadb.client.types.Value.BytesV
 
equals(Object) - Method in class com.faunadb.client.types.Value.NullV
 
equals(Object) - Method in class com.faunadb.client.types.Value.ObjectV
 
errors() - Method in exception com.faunadb.client.errors.FaunaException
Gets the list of errors that caused the query to fail.
errors() - Method in class com.faunadb.client.HttpResponses.QueryErrorResponse
 
events(Expr) - Method in class com.faunadb.client.query.Pagination
Define if the pagination should include events of not
events(boolean) - Method in class com.faunadb.client.query.Pagination
Define if the pagination should include events of not
Exists(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Exists expression.
Exists(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Exists expression.
Expr - Class in com.faunadb.client.query
A query language expression.
Expr() - Constructor for class com.faunadb.client.query.Expr
 

F

fail(String) - Static method in class com.faunadb.client.types.Result
Creates failure result
failures() - Method in class com.faunadb.client.HttpResponses.QueryError
 
FALSE - Static variable in class com.faunadb.client.types.Value.BooleanV
 
FaunaException - Exception in com.faunadb.client.errors
The base type for all FaunaDB exceptions.
FaunaException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.FaunaException
 
FaunaException(String) - Constructor for exception com.faunadb.client.errors.FaunaException
 
field() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
 
Field<T> - Class in com.faunadb.client.types
A field extractor for a FaunaDB Value
Filter(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Filter expression.
flatMap(Function<T, Result<U>>) - Method in class com.faunadb.client.types.Result
Apply the function passed on the result value.
Foreach(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Foreach expression.
fromInstant(Instant) - Static method in class com.faunadb.client.types.time.HighPrecisionTime
Creates a new instance of HighPrecisionTime from a Instant.
fromInstantWithMicros(Instant, long) - Static method in class com.faunadb.client.types.time.HighPrecisionTime
Creates a new instance of HighPrecisionTime.
fromInstantWithNanos(Instant, long) - Static method in class com.faunadb.client.types.time.HighPrecisionTime
Creates a new instance of HighPrecisionTime.

G

Get(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Get expression.
Get(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Get expression.
get() - Method in class com.faunadb.client.types.Result
Extracts the resulting value or throw an exception if the operation has failed.
get(Field<T>) - Method in class com.faunadb.client.types.Value
Extract a Field from this node
getMillisecondsFromEpoch() - Method in class com.faunadb.client.types.time.HighPrecisionTime
Returns the number of milliseconds since Java's Eposh.
getNanosecondsOffset() - Method in class com.faunadb.client.types.time.HighPrecisionTime
Returns the number of nanosecond adjustment to the initial timestamp.
getOptional() - Method in class com.faunadb.client.types.Result
Gets an Optional type containing the result value if the operation was successful.
getOptional(Field<T>) - Method in class com.faunadb.client.types.Value
Attempts to extact a Field from this node
getOrElse(T) - Method in class com.faunadb.client.types.Result
Gets the result value or return the a default value if the operation has failed
GT(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new GT expression.
GT(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new GT expression.
GTE(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new GTE expression.
GTE(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new GTE expression.

H

hash(Object...) - Static method in class com.faunadb.client.util.Objects
 
hashCode() - Method in class com.faunadb.client.types.Field
 
hashCode() - Method in class com.faunadb.client.types.time.HighPrecisionTime
 
hashCode() - Method in class com.faunadb.client.types.Value.ArrayV
 
hashCode() - Method in class com.faunadb.client.types.Value.BytesV
 
hashCode() - Method in class com.faunadb.client.types.Value.NullV
 
hashCode() - Method in class com.faunadb.client.types.Value.ObjectV
 
HighPrecisionTime - Class in com.faunadb.client.types.time
Represents an instant in time with nanosecond precision.
HighPrecisionTime(long, long) - Constructor for class com.faunadb.client.types.time.HighPrecisionTime
Creates a new instance of HighPrecisionTime.
HP_TIME - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an HighPrecisionTime
HttpResponses - Class in com.faunadb.client
 
HttpResponses() - Constructor for class com.faunadb.client.HttpResponses
 
HttpResponses.QueryError - Class in com.faunadb.client
 
HttpResponses.QueryErrorResponse - Class in com.faunadb.client
 
HttpResponses.ValidationFailure - Class in com.faunadb.client
 

I

Identify(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Identify expression.
If(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new If expression.
in(Expr) - Method in class com.faunadb.client.query.Language.LetBinding
 
Index(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Index expression.
Insert(Expr, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Insert expression.
Insert(Expr, Expr, Language.Action, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Insert expression.
InternalException - Exception in com.faunadb.client.errors
An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB.
InternalException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.InternalException
 
Intersection(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Intersection expression.
Intersection(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Intersection expression.
isFailure() - Method in class com.faunadb.client.types.Result
 
isSuccess() - Method in class com.faunadb.client.types.Result
 

J

Join(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Join expression.

K

KeyFromSecret(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new KeyFromSecret expression.

L

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
Coerce a Value to a Long
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.

M

Map(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Map expression.
map(Function<T, U>) - Method in class com.faunadb.client.types.Result
Apply the function passed on the result value.
Match(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Match expression.
Match(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Match expression.
Modulo(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Modulo expression.
Modulo(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Modulo expression.
Multiply(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Multiply expression.
Multiply(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Multiply expression.

N

NextId() - Static method in class com.faunadb.client.query.Language
Creates a new NextId expression.
Not(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Not expression.
NotFoundException - Exception in com.faunadb.client.errors
An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.
NotFoundException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.NotFoundException
 
NotFoundException(String) - Constructor for exception com.faunadb.client.errors.NotFoundException
 
Null() - Static method in class com.faunadb.client.query.Language
Creates a null value.
NULL - Static variable in class com.faunadb.client.types.Value.NullV
 

O

Obj(Map<String, ? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Object value wrapping the provided map.
Obj() - Static method in class com.faunadb.client.query.Language
Creates an empty Object value.
Obj(String, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Object value with the provided entries.
Obj(String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Object value with the provided entries.
Obj(String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Object value with the provided entries.
Obj(String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Object value with the provided entries.
Obj(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Object value with the provided entries.
OBJECT - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an ImmutableMap of Value
Objects - Class in com.faunadb.client.util
Methods from Objects that don't exist in old versions of Android
ObjectV(Map<String, ? extends Value>) - Constructor for class com.faunadb.client.types.Value.ObjectV
 
Or(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Or expression.
Or(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Or expression.

P

Paginate(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Paginate expression.
Pagination - Class in com.faunadb.client.query
A pagination expression.
parameters() - Method in class com.faunadb.client.types.Value.SetRefV
Extact SetRefV structure
parse(String) - Static method in class com.faunadb.client.types.time.HighPrecisionTime
Parses a string into a HighPrecisionTime instance.
Path(String...) - Static method in class com.faunadb.client.query.Language
Helper for constructing a Path with the given path terms.
Path(int...) - Static method in class com.faunadb.client.query.Language
Helper for constructing a Path with the given elements indexes.
PermissionDeniedException - Exception in com.faunadb.client.errors
An exception thrown if a HTTP 403 (Forbidden) is returned from FaunaDB.
PermissionDeniedException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception com.faunadb.client.errors.PermissionDeniedException
 
position() - Method in class com.faunadb.client.HttpResponses.QueryError
 
Prepend(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Prepend expression.

Q

QueryError(ImmutableList<String>, String, String, ImmutableList<HttpResponses.ValidationFailure>) - Constructor for class com.faunadb.client.HttpResponses.QueryError
 

R

Ref(String) - Static method in class com.faunadb.client.query.Language
Creates a new RefV literal value.
Ref(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Calls ref function to create a ref value.
Ref(Expr, String) - Static method in class com.faunadb.client.query.Language
Calls ref function to create a ref value.
REF - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an instance of Value.RefV
RefV(String) - Constructor for class com.faunadb.client.types.Value.RefV
 
Remove(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Remove expression.
Remove(Expr, Expr, Language.Action) - Static method in class com.faunadb.client.query.Language
Creates a new Remove expression.
Replace(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Replace expression.
requireNonNull(T) - Static method in class com.faunadb.client.util.Objects
 
Result<T> - Class in com.faunadb.client.types
Represents the result of an operation.

S

Select(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Select expression.
Select(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Select expression.
Select(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Select expression.
Select(Language.Path, Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Select expression.
SET_REF - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an instance of Value.SetRefV
SetRefV(ImmutableMap<String, Value>) - Constructor for class com.faunadb.client.types.Value.SetRefV
 
size(Expr) - Method in class com.faunadb.client.query.Pagination
Sets the size of the pagination
size(Integer) - Method in class com.faunadb.client.query.Pagination
Sets the size of the pagination
sources(Expr) - Method in class com.faunadb.client.query.Pagination
Define if the pagination should include sources of not
sources(boolean) - Method in class com.faunadb.client.query.Pagination
Define if the pagination should include sources of not
status() - Method in exception com.faunadb.client.errors.FaunaException
Gets the HTTP status code of the underlying error response.
status() - Method in class com.faunadb.client.HttpResponses.QueryErrorResponse
 
STRING - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to a String
StringV(String) - Constructor for class com.faunadb.client.types.Value.StringV
 
strValue() - Method in class com.faunadb.client.types.Value.RefV
Extracts its string value.
Subtract(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Subtract expression.
Subtract(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Subtract expression.
success(T) - Static method in class com.faunadb.client.types.Result
Creates a successful result

T

Take(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Take expression.
Time(Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Time expression.
TIME - Static variable in interface com.faunadb.client.types.Codec
Coerce a Value to an Instant
TimeV(HighPrecisionTime) - Constructor for class com.faunadb.client.types.Value.TimeV
 
to(Codec<A>) - Method in class com.faunadb.client.types.Field
Creates a field extractor that coerces its value using the codec passed
to(Codec<T>) - Method in class com.faunadb.client.types.Value
Attempts to coerce this value using the Codec passed
toInstant() - Method in class com.faunadb.client.types.time.HighPrecisionTime
Returns an instance of Instant.
toJson() - Method in class com.faunadb.client.query.Expr
 
toJson() - Method in class com.faunadb.client.query.Pagination
 
toJson() - Method in class com.faunadb.client.types.Value.ArrayV
 
toJson() - Method in class com.faunadb.client.types.Value.BooleanV
 
toJson() - Method in class com.faunadb.client.types.Value.BytesV
 
toJson() - Method in class com.faunadb.client.types.Value.DateV
 
toJson() - Method in class com.faunadb.client.types.Value.DoubleV
 
toJson() - Method in class com.faunadb.client.types.Value.LongV
 
toJson() - Method in class com.faunadb.client.types.Value.NullV
 
toJson() - Method in class com.faunadb.client.types.Value.ObjectV
 
toJson() - Method in class com.faunadb.client.types.Value.RefV
 
toJson() - Method in class com.faunadb.client.types.Value.SetRefV
 
toJson() - Method in class com.faunadb.client.types.Value.StringV
 
toJson() - Method in class com.faunadb.client.types.Value.TimeV
 
toString() - Method in class com.faunadb.client.query.Expr
 
toString() - Method in class com.faunadb.client.types.Field
 
toString() - Method in class com.faunadb.client.types.time.HighPrecisionTime
 
toString() - Method in class com.faunadb.client.types.Value.ArrayV
 
toString() - Method in class com.faunadb.client.types.Value.BytesV
 
toString() - Method in class com.faunadb.client.types.Value.NullV
 
toString() - Method in class com.faunadb.client.types.Value.ObjectV
 
TRUE - Static variable in class com.faunadb.client.types.Value.BooleanV
 
ts(Expr) - Method in class com.faunadb.client.query.Pagination
Sets the timestamp for the pagination
ts(Long) - Method in class com.faunadb.client.query.Pagination
Sets the timestamp for the pagination

U

UnauthorizedException - Exception in com.faunadb.client.errors
An exception thrown if FaunaDB responds with an HTTP 401 (Unauthorized).
UnauthorizedException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnauthorizedException
 
UnavailableException - Exception in com.faunadb.client.errors
An exception thrown if a FaunaDB host is unavailable for any reason.
UnavailableException(String) - Constructor for exception com.faunadb.client.errors.UnavailableException
 
UnavailableException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnavailableException
 
Union(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
Creates a new Union expression.
Union(Expr...) - Static method in class com.faunadb.client.query.Language
Creates a new Union expression operating on the given sets.
UnknownException - Exception in com.faunadb.client.errors
An exception thrown if a FaunaDB response is unknown or unparseable by the client.
UnknownException(String) - Constructor for exception com.faunadb.client.errors.UnknownException
 
UnknownException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnknownException
 
Update(Expr, Expr) - Static method in class com.faunadb.client.query.Language
Creates a new Update expression.

V

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
Coerce a Value to itself or fail value is an instance of Value.NullV.
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.
A B C D E F G H I J K L M N O P Q R S T U V 
Skip navigation links