| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Integer |
UsersApi.usersPost(UserInput userInput)
Adds a user to the blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersPostAsync(UserInput userInput,
ApiCallback<Integer> callback)
(asynchronously)
Adds a user to the blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersPostCall(UserInput userInput,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for usersPost
|
ApiResponse<Integer> |
UsersApi.usersPostWithHttpInfo(UserInput userInput)
Adds a user to the blockchain consortium.
|
| Modifier and Type | Method and Description |
|---|---|
UserInput |
UserInput.emailAddress(String emailAddress) |
UserInput |
UserInput.externalID(String externalID) |
UserInput |
UserInput.firstName(String firstName) |
UserInput |
UserInput.lastName(String lastName) |
Copyright © 2018. All rights reserved.