| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanUser> |
UsersApi.bulkGetUsers(List<String> accountId,
Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<List<String>> username,
Optional<List<String>> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk get users
Returns a [paginated](#pagination) list of the users specified by one or more account IDs.
|
io.reactivex.Single<PageBeanUser> |
UserBulkApi.bulkGetUsers(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<List<String>> username,
Optional<List<String>> key,
Optional<List<String>> accountId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk get users
Returns details of the users specified by one or more account IDs.
|
io.reactivex.Single<PageBeanUser> |
UserSearchApi.findUsersByQuery(String query,
Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users by query
Finds users with a structured query and returns a [paginated](#pagination) list of user details.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.