| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
UserList |
UsersApi.usersGet(Integer top,
Integer skip,
String externalId,
String userChainIdentifier)
Get Users
Lists all users within the connected blockchain consortium.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UserList> |
UsersApi.usersGetWithHttpInfo(Integer top,
Integer skip,
String externalId,
String userChainIdentifier)
Get Users
Lists all users within the connected blockchain consortium.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UsersApi.usersGetAsync(Integer top,
Integer skip,
String externalId,
String userChainIdentifier,
ApiCallback<UserList> callback)
Get Users (asynchronously)
Lists all users within the connected blockchain consortium.
|
| Modifier and Type | Method and Description |
|---|---|
UserList |
UserList.addUsersItem(User usersItem) |
UserList |
UserList.nextLink(String nextLink) |
UserList |
UserList.users(List<User> users) |
Copyright © 2018. All rights reserved.