Package com.confidentify.client.model
Class RecordsQueryResponse
- java.lang.Object
-
- com.confidentify.client.model.RecordsQueryResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class RecordsQueryResponse extends Object
RecordsQueryResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NEXT_PAGEstatic StringSERIALIZED_NAME_RECORDS
-
Constructor Summary
Constructors Constructor Description RecordsQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordsQueryResponseaddRecordsItem(DatasetRecordBase recordsItem)booleanequals(Object o)NextPageInformationgetNextPage()Get nextPageList<DatasetRecordBase>getRecords()The records retrieved from the query.inthashCode()RecordsQueryResponsenextPage(NextPageInformation nextPage)RecordsQueryResponserecords(List<DatasetRecordBase> records)voidsetNextPage(NextPageInformation nextPage)voidsetRecords(List<DatasetRecordBase> records)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RECORDS
public static final String SERIALIZED_NAME_RECORDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_PAGE
public static final String SERIALIZED_NAME_NEXT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
records
public RecordsQueryResponse records(List<DatasetRecordBase> records)
-
addRecordsItem
public RecordsQueryResponse addRecordsItem(DatasetRecordBase recordsItem)
-
getRecords
@Nullable public List<DatasetRecordBase> getRecords()
The records retrieved from the query.- Returns:
- records
-
setRecords
public void setRecords(List<DatasetRecordBase> records)
-
nextPage
public RecordsQueryResponse nextPage(NextPageInformation nextPage)
-
getNextPage
@Nullable public NextPageInformation getNextPage()
Get nextPage- Returns:
- nextPage
-
setNextPage
public void setNextPage(NextPageInformation nextPage)
-
-