Class LabelCollectionApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.LabelCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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 labelsGetGet all registered Labels Get all Registered LabelsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
LabelCollectionApi
public LabelCollectionApi() -
LabelCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
labelsGetCall
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
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
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
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
-