public interface Query<T>
Modifier and Type | Method and Description |
---|---|
int |
getMaxResults()
The maximum number of elements to return.
|
Class<T> |
getReturnType()
The type of elements to return.
|
SearchRestriction |
getSearchRestriction()
Restrictions to apply to the query.
|
int |
getStartIndex()
The index of the first element to return.
|
int getStartIndex()
int getMaxResults()
Class<T> getReturnType()
SearchRestriction getSearchRestriction()
Copyright © 2020 Atlassian. All rights reserved.