Constructor and Description |
---|
QueryRequest() |
Modifier and Type | Method and Description |
---|---|
abstract List<ChangeInfo> |
get() |
int |
getLimit() |
EnumSet<ListChangesOption> |
getOptions() |
String |
getQuery() |
int |
getStart() |
String |
toString() |
Changes.QueryRequest |
withLimit(int limit) |
Changes.QueryRequest |
withOption(ListChangesOption options) |
Changes.QueryRequest |
withOptions(EnumSet<ListChangesOption> options) |
Changes.QueryRequest |
withOptions(ListChangesOption... options) |
Changes.QueryRequest |
withQuery(String query) |
Changes.QueryRequest |
withStart(int start) |
public abstract List<ChangeInfo> get() throws RestApiException
RestApiException
public Changes.QueryRequest withQuery(String query)
public Changes.QueryRequest withLimit(int limit)
public Changes.QueryRequest withStart(int start)
public Changes.QueryRequest withOption(ListChangesOption options)
public Changes.QueryRequest withOptions(ListChangesOption... options)
public Changes.QueryRequest withOptions(EnumSet<ListChangesOption> options)
public String getQuery()
public int getLimit()
public int getStart()
public EnumSet<ListChangesOption> getOptions()