| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api | |
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<FoundGroups> |
GroupPickerApi.findGroups(Optional<String> accountId,
Optional<String> query,
Optional<List<String>> exclude,
Optional<Integer> maxResults,
Optional<String> userName,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find groups
Returns a list of groups whose names contain a query string.
|
io.reactivex.Single<FoundGroups> |
GroupsApi.findGroups(Optional<String> accountId,
Optional<String> query,
Optional<List<String>> exclude,
Optional<Integer> maxResults,
Optional<String> userName,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find groups
Returns a list of groups whose names contain a query string.
|
| Modifier and Type | Method and Description |
|---|---|
FoundGroups |
FoundGroups.addGroupsItem(FoundGroup groupsItem) |
FoundGroups |
FoundUsersAndGroups.getGroups()
Get groups
|
FoundGroups |
FoundGroups.groups(List<FoundGroup> groups) |
FoundGroups |
FoundGroups.header(String header) |
FoundGroups |
FoundGroups.total(Integer total) |
| Modifier and Type | Method and Description |
|---|---|
FoundUsersAndGroups |
FoundUsersAndGroups.groups(FoundGroups groups) |
void |
FoundUsersAndGroups.setGroups(FoundGroups groups) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.