public class UserControllerApi extends Object
Constructor and Description |
---|
UserControllerApi() |
UserControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
String |
getJsonPropertyAsString(String property,
Object body)
Utility function to extract properties from JSON objects in language where this is cumbersome.
|
okhttp3.Call |
getJsonPropertyAsStringAsync(String property,
Object body,
ApiCallback<String> _callback)
(asynchronously)
Utility function to extract properties from JSON objects in language where this is cumbersome.
|
okhttp3.Call |
getJsonPropertyAsStringCall(String property,
Object body,
ApiCallback _callback)
Build call for getJsonPropertyAsString
|
ApiResponse<String> |
getJsonPropertyAsStringWithHttpInfo(String property,
Object body)
Utility function to extract properties from JSON objects in language where this is cumbersome.
|
UserInfoDto |
getUserInfo()
Get account information for your user
|
okhttp3.Call |
getUserInfoAsync(ApiCallback<UserInfoDto> _callback)
(asynchronously)
Get account information for your user
|
okhttp3.Call |
getUserInfoCall(ApiCallback _callback)
Build call for getUserInfo
|
ApiResponse<UserInfoDto> |
getUserInfoWithHttpInfo()
Get account information for your user
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public UserControllerApi()
public UserControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call getJsonPropertyAsStringCall(String property, Object body, ApiCallback _callback) throws ApiException
property
- JSON property name or dot separated path selector such as `a.b.c` (required)body
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public String getJsonPropertyAsString(String property, Object body) throws ApiException
property
- JSON property name or dot separated path selector such as `a.b.c` (required)body
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<String> getJsonPropertyAsStringWithHttpInfo(String property, Object body) throws ApiException
property
- JSON property name or dot separated path selector such as `a.b.c` (required)body
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getJsonPropertyAsStringAsync(String property, Object body, ApiCallback<String> _callback) throws ApiException
property
- JSON property name or dot separated path selector such as `a.b.c` (required)body
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getUserInfoCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public UserInfoDto getUserInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<UserInfoDto> getUserInfoWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getUserInfoAsync(ApiCallback<UserInfoDto> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.