Package host.anzo.eossdk.eos.sdk.common
Class EOS_PageQuery
java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.common.EOS_PageQuery
- Direct Known Subclasses:
EOS_PageQuery.ByReference,EOS_PageQuery.ByValue
@FieldOrder({"ApiVersion","StartIndex","MaxCount"})
public class EOS_PageQuery
extends com.sun.jna.Structure
A page query is part of query options. It is used to allow pagination of query results.
- Since:
- 8/5/2023
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintAPI Version: Set this to EOS_PAGEQUERY_API_LATEST.static intAPI Version: Set this to EOS_PAGEQUERY_API_LATEST.static intThe default MaxCount used for a EOS_PageQuery when the API allows the EOS_PageQuery to be omitted.static intThe maximum MaxCount used for a EOS_PageQuery.intThe maximum number of results to have in the page.intThe index into the ordered query results to start the page at.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
EOS_PAGEQUERY_API_LATEST
public static int EOS_PAGEQUERY_API_LATESTAPI Version: Set this to EOS_PAGEQUERY_API_LATEST. -
EOS_PAGEQUERY_MAXCOUNT_DEFAULT
public static int EOS_PAGEQUERY_MAXCOUNT_DEFAULTThe default MaxCount used for a EOS_PageQuery when the API allows the EOS_PageQuery to be omitted. -
EOS_PAGEQUERY_MAXCOUNT_MAXIMUM
public static int EOS_PAGEQUERY_MAXCOUNT_MAXIMUMThe maximum MaxCount used for a EOS_PageQuery. -
ApiVersion
public int ApiVersionAPI Version: Set this to EOS_PAGEQUERY_API_LATEST. -
StartIndex
public int StartIndexThe index into the ordered query results to start the page at. -
MaxCount
public int MaxCountThe maximum number of results to have in the page.
-
-
Constructor Details
-
EOS_PageQuery
public EOS_PageQuery() -
EOS_PageQuery
public EOS_PageQuery(com.sun.jna.Pointer peer)
-