Class ArrayTasksApi


  • public class ArrayTasksApi
    extends java.lang.Object
    • Constructor Detail

      • ArrayTasksApi

        public ArrayTasksApi()
      • ArrayTasksApi

        public ArrayTasksApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getHostIndex

        public int getHostIndex()
      • setHostIndex

        public void setHostIndex​(int hostIndex)
      • getCustomBaseUrl

        public java.lang.String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(java.lang.String customBaseUrl)
      • getArrayTasksSidebarCall

        public okhttp3.Call getArrayTasksSidebarCall​(java.lang.Integer start,
                                                     java.lang.Integer end,
                                                     ApiCallback _callback)
                                              throws ApiException
        Build call for getArrayTasksSidebar
        Parameters:
        start - Fetch tasks created after this time, unix epoch in seconds, default 7 days ago (optional)
        end - Fetch tasks created before this time, unix epoch in seconds, default now (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getArrayTasksSidebar

        public ArrayTaskBrowserSidebar getArrayTasksSidebar​(java.lang.Integer start,
                                                            java.lang.Integer end)
                                                     throws ApiException
        Parameters:
        start - Fetch tasks created after this time, unix epoch in seconds, default 7 days ago (optional)
        end - Fetch tasks created before this time, unix epoch in seconds, default now (optional)
        Returns:
        ArrayTaskBrowserSidebar
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getArrayTasksSidebarWithHttpInfo

        public ApiResponse<ArrayTaskBrowserSidebar> getArrayTasksSidebarWithHttpInfo​(java.lang.Integer start,
                                                                                     java.lang.Integer end)
                                                                              throws ApiException
        Parameters:
        start - Fetch tasks created after this time, unix epoch in seconds, default 7 days ago (optional)
        end - Fetch tasks created before this time, unix epoch in seconds, default now (optional)
        Returns:
        ApiResponse<ArrayTaskBrowserSidebar>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getArrayTasksSidebarAsync

        public okhttp3.Call getArrayTasksSidebarAsync​(java.lang.Integer start,
                                                      java.lang.Integer end,
                                                      ApiCallback<ArrayTaskBrowserSidebar> _callback)
                                               throws ApiException
        (asynchronously)
        Parameters:
        start - Fetch tasks created after this time, unix epoch in seconds, default 7 days ago (optional)
        end - Fetch tasks created before this time, unix epoch in seconds, default now (optional)
        _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