Package io.tiledb.cloud.rest_api.api
Class ArrayTasksApi
- java.lang.Object
-
- io.tiledb.cloud.rest_api.api.ArrayTasksApi
-
public class ArrayTasksApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArrayTasksApi()ArrayTasksApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()ArrayTaskBrowserSidebargetArrayTasksSidebar(java.lang.Integer start, java.lang.Integer end)okhttp3.CallgetArrayTasksSidebarAsync(java.lang.Integer start, java.lang.Integer end, ApiCallback<ArrayTaskBrowserSidebar> _callback)(asynchronously)okhttp3.CallgetArrayTasksSidebarCall(java.lang.Integer start, java.lang.Integer end, ApiCallback _callback)Build call for getArrayTasksSidebarApiResponse<ArrayTaskBrowserSidebar>getArrayTasksSidebarWithHttpInfo(java.lang.Integer start, java.lang.Integer end)java.lang.StringgetCustomBaseUrl()intgetHostIndex()voidsetApiClient(ApiClient apiClient)voidsetCustomBaseUrl(java.lang.String customBaseUrl)voidsetHostIndex(int hostIndex)
-
-
-
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 ApiExceptionBuild 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
-
-