public class QueryParameter extends Object
Constructor and Description |
---|
QueryParameter() |
QueryParameter(boolean isAscending,
long offset,
long limit) |
QueryParameter(boolean isAscending,
long offset,
long limit,
String... sortFields) |
QueryParameter(long limit) |
QueryParameter(long offset,
long limit) |
Modifier and Type | Method and Description |
---|---|
long |
getLimit() |
long |
getOffset() |
List<String> |
getSortFields() |
boolean |
isAscending() |
public QueryParameter(boolean isAscending, long offset, long limit, String... sortFields)
public QueryParameter(long offset, long limit)
public QueryParameter(boolean isAscending, long offset, long limit)
public QueryParameter(long limit)
public QueryParameter()
public boolean isAscending()
public List<String> getSortFields()
public long getOffset()
public long getLimit()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.