| 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<List<UserMigrationBean>> |
UserBulkApi.bulkGetUsersMigration(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<List<String>> username,
Optional<List<String>> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get account IDs for users
Returns the account IDs for the users specified in the
key or username parameters. |
io.reactivex.Single<List<UserMigrationBean>> |
UsersApi.bulkGetUsersMigration(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<List<String>> username,
Optional<List<String>> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get account IDs for users
Returns the account IDs for the users specified in the `key` or `username` parameters.
|
| Modifier and Type | Method and Description |
|---|---|
UserMigrationBean |
UserMigrationBean.accountId(String accountId) |
UserMigrationBean |
UserMigrationBean.key(String key) |
UserMigrationBean |
UserMigrationBean.username(String username) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.