Class LabelCollectionApi


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