A B C D E F G H I J K L M N O P R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- fetchRecords() - Method in class Cursor
-
Retrieves the next set of 20 records.
- fetchRecords(long) - Method in class Cursor
-
Retrieves the specified number of records forward or backward from the current cursor position.
- fetchRecords(long, long) - Method in class Cursor
-
Retrieves the specified number of records forward or backward after skipping the specified number of records forward or backward.
- fetchRecords(long, long, Cursor.StartFrom) - Method in class Cursor
-
Retrieves the specified number of records forward or backward after skipping the specified number of records forward or backward from the specified starting point.
- fetchRecords(long, long, Cursor.StartFrom, ObjectNode) - Method in class Cursor
-
Retrieves the specified number of records forward or backward after skipping the specified number of records forward or backward from the specified starting point.
- Field - Class in com.faircom.jsonaction
-
The Field class facilitates the creation of table fields.
- Field() - Constructor for class Field
-
Default constructor.
- Field(ObjectNode) - Constructor for class Field
-
Use this constructor to build a Field from an element in the JSON Action API response "fields" array.
- Field.AutoValue - Enum in com.faircom.jsonaction
-
An enum representing all possible JSON Action AutoValue values.
- Field.FieldType - Enum in com.faircom.jsonaction
-
An enum representing all available JSON Action field types.
- FieldData(String, String, Session.BinaryFormat, ObjectNode) - Constructor for class TransformApi.FieldData
- FieldData(String, String, JsonNode) - Constructor for class TransformApi.FieldData
- Fields - Class in com.faircom.jsonaction
-
Represents the fields in a table.
- Fields() - Constructor for class Fields
-
Construct a Fields instance containing no fields.
- Fields(ArrayNode) - Constructor for class Fields
-
Construct a Fields instance from an ArrayNode of field definitions.
- Fields(ObjectNode) - Constructor for class Fields
-
Construct a Fields instance from a query result.
- Fields(String) - Constructor for class Fields
-
Construct a Fields instance from a JSON-formatted String.
- FLOAT - Field.FieldType
All Classes All Packages