Class OrganizationsApi


  • public class OrganizationsApi
    extends Object
    • 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