Class OrganizationsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.OrganizationsApi
-
public class OrganizationsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description OrganizationsApi()OrganizationsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()OrganizationListDTOorganizationsGet()Get all registered Organizations Get all Registered Organizationsokhttp3.CallorganizationsGetAsync(ApiCallback<OrganizationListDTO> _callback)Get all registered Organizations (asynchronously) Get all Registered Organizationsokhttp3.CallorganizationsGetCall(ApiCallback _callback)Build call for organizationsGetApiResponse<OrganizationListDTO>organizationsGetWithHttpInfo()Get all registered Organizations Get all Registered OrganizationsvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
OrganizationsApi
public OrganizationsApi()
-
OrganizationsApi
public OrganizationsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
organizationsGetCall
public okhttp3.Call organizationsGetCall(ApiCallback _callback) throws ApiException
Build call for organizationsGet- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
organizationsGet
public OrganizationListDTO organizationsGet() throws ApiException
Get all registered Organizations Get all Registered Organizations- Returns:
- OrganizationListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationsGetWithHttpInfo
public ApiResponse<OrganizationListDTO> organizationsGetWithHttpInfo() throws ApiException
Get all registered Organizations Get all Registered Organizations- Returns:
- ApiResponse<OrganizationListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationsGetAsync
public okhttp3.Call organizationsGetAsync(ApiCallback<OrganizationListDTO> _callback) throws ApiException
Get all registered Organizations (asynchronously) Get all Registered Organizations- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-