public class GQLListLoadResult extends Object
| Constructor and Description |
|---|
GQLListLoadResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderBy(GQLOrderByEntry orderBy)
Add an order by entry
|
List<?> |
getData() |
List<GQLOrderByEntry> |
getOrderBy() |
GQLPaging |
getPaging() |
void |
setData(List<?> data) |
void |
setOrderBy(List<GQLOrderByEntry> orderBy) |
void |
setPaging(GQLPaging paging) |
GQLListLoadResult |
setPaging(int limit,
int offset,
int totalLength)
Set the paging
|
public void addOrderBy(GQLOrderByEntry orderBy)
orderBy - the GQLOrderByEntrypublic GQLListLoadResult setPaging(int limit, int offset, int totalLength)
limit - the limitoffset - the offsettotalLength - the total lengthpublic List<GQLOrderByEntry> getOrderBy()
public void setOrderBy(List<GQLOrderByEntry> orderBy)
orderBy - the orderBy to setpublic GQLPaging getPaging()
public void setPaging(GQLPaging paging)
paging - the paging to setpublic List<?> getData()
public void setData(List<?> data)
data - the data to setCopyright © 2019. All rights reserved.