public class GetGroupsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetGroupsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
fields
A comma-separated list of attributes to include in the response.
|
String |
filterTerm
Limits the results to only groups whose `name` starts with the search term.
|
Long |
limit
The maximum number of items to return per page.
|
Long |
offset
The offset of the item at which to begin the response.
|
| Modifier | Constructor and Description |
|---|---|
|
GetGroupsQueryParams() |
protected |
GetGroupsQueryParams(GetGroupsQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields() |
String |
getFilterTerm() |
Long |
getLimit() |
Long |
getOffset() |
public String filterTerm
public List<String> fields
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
public GetGroupsQueryParams()
protected GetGroupsQueryParams(GetGroupsQueryParams.Builder builder)