Class LabelCollectionApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.LabelCollectionApi
-
public class LabelCollectionApi extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelCollectionApi()LabelCollectionApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()LabelListDTOlabelsGet()Get all registered Labels Get all Registered Labelsokhttp3.CalllabelsGetAsync(ApiCallback<LabelListDTO> _callback)Get all registered Labels (asynchronously) Get all Registered Labelsokhttp3.CalllabelsGetCall(ApiCallback _callback)Build call for labelsGetApiResponse<LabelListDTO>labelsGetWithHttpInfo()Get all registered Labels Get all Registered LabelsvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
LabelCollectionApi
public LabelCollectionApi()
-
LabelCollectionApi
public LabelCollectionApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
labelsGetCall
public okhttp3.Call labelsGetCall(ApiCallback _callback) throws ApiException
Build call for labelsGet- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
labelsGet
public LabelListDTO labelsGet() throws ApiException
Get all registered Labels Get all Registered Labels- Returns:
- LabelListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
labelsGetWithHttpInfo
public ApiResponse<LabelListDTO> labelsGetWithHttpInfo() throws ApiException
Get all registered Labels Get all Registered Labels- Returns:
- ApiResponse<LabelListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
labelsGetAsync
public okhttp3.Call labelsGetAsync(ApiCallback<LabelListDTO> _callback) throws ApiException
Get all registered Labels (asynchronously) Get all Registered Labels- 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
-
-