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

F

fetchRecords() - Method in class Cursor
Retrieves the next 20 records and updates the Cursor instance properties with the results.
fetchRecords(long) - Method in class Cursor
Retrieves the specified number of records forward or backward from the current cursor position and updates its properties with the results.
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.
Field - Class in com.faircom.jsonaction
 
Field() - Constructor for class Field
 
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(String, Field.FieldType) - Constructor for class Field
 
Field.AutoValue - Enum in com.faircom.jsonaction
An enum representing all possible JSON Action Auto
Field.FieldType - Enum in com.faircom.jsonaction
An enum representing all available JSON Action field types.
Fields - Class in com.faircom.jsonaction
Most of the methods in this class call .build() to ensure each field is valid.
Fields() - Constructor for class Fields
 
Fields(String) - Constructor for class Fields
 
FLOAT - Field.FieldType
 
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