public class CreateAccountApi extends Object
| Constructor and Description |
|---|
CreateAccountApi() |
CreateAccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
createAccount(CreateAccount JSON)
Use create_account to pass user details at user registration.
|
com.squareup.okhttp.Call |
createAccountAsync(CreateAccount JSON,
ApiCallback<EventResponse> callback)
Use create_account to pass user details at user registration.
|
com.squareup.okhttp.Call |
createAccountCall(CreateAccount JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAccount
|
ApiResponse<EventResponse> |
createAccountWithHttpInfo(CreateAccount JSON)
Use create_account to pass user details at user registration.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CreateAccountApi()
public CreateAccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createAccountCall(CreateAccount JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Pass user details after registration. Only `_userID` is required field. But this should contain user info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse createAccount(CreateAccount JSON) throws ApiException
JSON - Pass user details after registration. Only `_userID` is required field. But this should contain user info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> createAccountWithHttpInfo(CreateAccount JSON) throws ApiException
JSON - Pass user details after registration. Only `_userID` is required field. But this should contain user info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createAccountAsync(CreateAccount JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass user details after registration. Only `_userID` is required field. But this should contain user info. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.