Class OrganizationsApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.OrganizationsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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 organizationsGetGet all registered Organizations Get all Registered OrganizationsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
OrganizationsApi
public OrganizationsApi() -
OrganizationsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
organizationsGetCall
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
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
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
-