Class AsyncExpandedListClient
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.expandedlist.AsyncExpandedListClient
-
public class AsyncExpandedListClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncExpandedListClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierAdministratorRes>forCourierAdministratorV1(ExpandedListForCourierAdministratorV1Request request)Fetches expanded task groups for the courier org with optional filters and expanded related data.java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierAdministratorRes>forCourierAdministratorV1(ExpandedListForCourierAdministratorV1Request request, RequestOptions requestOptions)Fetches expanded task groups for the courier org with optional filters and expanded related data.java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierDriverRes>forCourierDriverV1(ExpandedListForCourierDriverV1Request request)Fetches expanded task groups assigned to a courier driver with optional expanded related data.java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierDriverRes>forCourierDriverV1(ExpandedListForCourierDriverV1Request request, RequestOptions requestOptions)Fetches expanded task groups assigned to a courier driver with optional expanded related data.AsyncRawExpandedListClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncExpandedListClient
public AsyncExpandedListClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawExpandedListClient withRawResponse()
Get responses with HTTP metadata like headers
-
forCourierAdministratorV1
public java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierAdministratorRes> forCourierAdministratorV1(ExpandedListForCourierAdministratorV1Request request)
Fetches expanded task groups for the courier org with optional filters and expanded related data.
-
forCourierAdministratorV1
public java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierAdministratorRes> forCourierAdministratorV1(ExpandedListForCourierAdministratorV1Request request, RequestOptions requestOptions)
Fetches expanded task groups for the courier org with optional filters and expanded related data.
-
forCourierDriverV1
public java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierDriverRes> forCourierDriverV1(ExpandedListForCourierDriverV1Request request)
Fetches expanded task groups assigned to a courier driver with optional expanded related data.
-
forCourierDriverV1
public java.util.concurrent.CompletableFuture<TaskGroupsExpandedForCourierDriverRes> forCourierDriverV1(ExpandedListForCourierDriverV1Request request, RequestOptions requestOptions)
Fetches expanded task groups assigned to a courier driver with optional expanded related data.
-
-