Uses of Class
com.algolia.search.models.common.TaskStatusResponse
-
Packages that use TaskStatusResponse Package Description com.algolia.search com.algolia.search.models.common -
-
Uses of TaskStatusResponse in com.algolia.search
Methods in com.algolia.search that return TaskStatusResponse Modifier and Type Method Description TaskStatusResponseSearchClient. getAppTask(long taskID)Get the status of the given dictionary task.TaskStatusResponseSearchClient. getAppTask(long taskID, RequestOptions requestOptions)Get the status of the given dictionary task.TaskStatusResponseSearchIndex. getTask(long taskID)Get the status of the given taskTaskStatusResponseSearchIndex. getTask(long taskID, RequestOptions requestOptions)Get the status of the given taskMethods in com.algolia.search that return types with arguments of type TaskStatusResponse Modifier and Type Method Description CompletableFuture<TaskStatusResponse>SearchClient. getAppTaskAsync(long taskID)Get the status of the given dictionary task.CompletableFuture<TaskStatusResponse>SearchClient. getAppTaskAsync(long taskID, RequestOptions requestOptions)Get the status of the given dictionary task.CompletableFuture<TaskStatusResponse>SearchIndex. getTaskAsync(long taskID)Get the status of the given taskCompletableFuture<TaskStatusResponse>SearchIndex. getTaskAsync(long taskID, RequestOptions requestOptions)Get the status of the given task -
Uses of TaskStatusResponse in com.algolia.search.models.common
Methods in com.algolia.search.models.common that return TaskStatusResponse Modifier and Type Method Description TaskStatusResponseTaskStatusResponse. setPendingTask(boolean pendingTask)TaskStatusResponseTaskStatusResponse. setStatus(String status)
-