| 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<FoundUsers> |
UserApi.findUsersForPicker(Optional<String> query,
Optional<Integer> maxResults,
Optional<Boolean> showAvatar,
Optional<List<String>> exclude,
Optional<List<String>> excludeAccountIds,
Optional<String> avatarSize,
Optional<Boolean> excludeConnectUsers,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users for picker
Returns a list of users whose attributes match the query term.
|
io.reactivex.Single<FoundUsers> |
UserSearchApi.findUsersForPicker(String query,
Optional<Integer> maxResults,
Optional<Boolean> showAvatar,
Optional<List<String>> exclude,
Optional<List<String>> excludeAccountIds,
Optional<String> avatarSize,
Optional<Boolean> excludeConnectUsers,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users for picker
Returns a list of users whose attributes match the query term.
|
| Modifier and Type | Method and Description |
|---|---|
FoundUsers |
FoundUsers.addUsersItem(UserPickerUser usersItem) |
FoundUsers |
FoundUsersAndGroups.getUsers()
Get users
|
FoundUsers |
FoundUsers.header(String header) |
FoundUsers |
FoundUsers.total(Integer total) |
FoundUsers |
FoundUsers.users(List<UserPickerUser> users) |
| Modifier and Type | Method and Description |
|---|---|
void |
FoundUsersAndGroups.setUsers(FoundUsers users) |
FoundUsersAndGroups |
FoundUsersAndGroups.users(FoundUsers users) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.