Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
QueueResult |
RestApi.listAllQueues(String projectId,
String xAuthToken,
String queueType)
List all queues
List all the queues under the project.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<QueueResult> |
RestApi.listAllQueuesWithHttpInfo(String projectId,
String xAuthToken,
String queueType)
List all queues
List all the queues under the project.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listAllQueuesAsync(String projectId,
String xAuthToken,
String queueType,
ApiCallback<QueueResult> callback)
List all queues (asynchronously)
List all the queues under the project.
|
Modifier and Type | Method and Description |
---|---|
QueueResult |
QueueResult.addQueuesItem(QueueInfo queuesItem) |
QueueResult |
QueueResult.isSuccess(Boolean isSuccess) |
QueueResult |
QueueResult.message(String message) |
QueueResult |
QueueResult.queues(List<QueueInfo> queues) |
Copyright © 2023. All rights reserved.