Class EntriesListResult
java.lang.Object
net.atthegate.server.api.apiModels.EntriesListResult
Model for list results
-
Field Summary
FieldsModifier and TypeFieldDescriptionCursor for next page Null - if next page not presentList of found docsint
long
Entries search Max 10 000, if 10k than found more than 10k -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
listOfEntries
List of found docs -
cursorStr
Cursor for next page Null - if next page not present -
params
-
maxEntriesCount
public int maxEntriesCount -
totalNumberFound
public long totalNumberFoundEntries search Max 10 000, if 10k than found more than 10k
-
-
Constructor Details
-
EntriesListResult
public EntriesListResult()
-