public class TenantsApi extends Object
| Constructor and Description |
|---|
TenantsApi() |
TenantsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CustomUrlInfoDTO |
getCustomUrlInfoByTenantDomain(String tenantDomain)
Get Custom URL Info of a Tenant Domain
This operation is to get custom-url information of the provided tenant-domain
|
okhttp3.Call |
getCustomUrlInfoByTenantDomainAsync(String tenantDomain,
ApiCallback<CustomUrlInfoDTO> _callback)
Get Custom URL Info of a Tenant Domain (asynchronously)
This operation is to get custom-url information of the provided tenant-domain
|
okhttp3.Call |
getCustomUrlInfoByTenantDomainCall(String tenantDomain,
ApiCallback _callback)
Build call for getCustomUrlInfoByTenantDomain
|
ApiResponse<CustomUrlInfoDTO> |
getCustomUrlInfoByTenantDomainWithHttpInfo(String tenantDomain)
Get Custom URL Info of a Tenant Domain
This operation is to get custom-url information of the provided tenant-domain
|
TenantInfoDTO |
getTenantInfoByUsername(String username)
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
okhttp3.Call |
getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> _callback)
Get Tenant Id of User (asynchronously)
This operation is to get tenant id of the provided user
|
okhttp3.Call |
getTenantInfoByUsernameCall(String username,
ApiCallback _callback)
Build call for getTenantInfoByUsername
|
ApiResponse<TenantInfoDTO> |
getTenantInfoByUsernameWithHttpInfo(String username)
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
void |
setApiClient(ApiClient apiClient) |
public TenantsApi()
public TenantsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCustomUrlInfoByTenantDomainCall(String tenantDomain, ApiCallback _callback) throws ApiException
tenantDomain - The tenant domain name. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CustomUrlInfoDTO getCustomUrlInfoByTenantDomain(String tenantDomain) throws ApiException
tenantDomain - The tenant domain name. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CustomUrlInfoDTO> getCustomUrlInfoByTenantDomainWithHttpInfo(String tenantDomain) throws ApiException
tenantDomain - The tenant domain name. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getCustomUrlInfoByTenantDomainAsync(String tenantDomain, ApiCallback<CustomUrlInfoDTO> _callback) throws ApiException
tenantDomain - The tenant domain name. (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 objectpublic okhttp3.Call getTenantInfoByUsernameCall(String username, ApiCallback _callback) throws ApiException
username - The state represents the current state of the tenant. Supported states are [ active, inactive] (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic TenantInfoDTO getTenantInfoByUsername(String username) throws ApiException
username - The state represents the current state of the tenant. Supported states are [ active, inactive] (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TenantInfoDTO> getTenantInfoByUsernameWithHttpInfo(String username) throws ApiException
username - The state represents the current state of the tenant. Supported states are [ active, inactive] (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getTenantInfoByUsernameAsync(String username, ApiCallback<TenantInfoDTO> _callback) throws ApiException
username - The state represents the current state of the tenant. Supported states are [ active, inactive] (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 © 2021 WSO2 Inc. All rights reserved.