public interface QueryAdapter
Modifier and Type | Method and Description |
---|---|
QueryAdapter |
duplicate() |
TypedParams<IncludedFieldsParams> |
getIncludedFields() |
TypedParams<IncludedRelationsParams> |
getIncludedRelations() |
java.lang.Long |
getLimit() |
long |
getOffset() |
ResourceInformation |
getResourceInformation() |
void |
setLimit(java.lang.Long limit) |
void |
setOffset(long offset) |
QueryParams |
toQueryParams()
The
QueryParams instance for this query adapter if possible. |
QuerySpec |
toQuerySpec()
The
QuerySpec instance for this query adapter if possible. |
TypedParams<IncludedRelationsParams> getIncludedRelations()
TypedParams<IncludedFieldsParams> getIncludedFields()
ResourceInformation getResourceInformation()
java.lang.Long getLimit()
void setLimit(java.lang.Long limit)
long getOffset()
void setOffset(long offset)
QueryAdapter duplicate()
QueryParams toQueryParams()
QueryParams
instance for this query adapter if possible.