Class AsyncExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.expanded.AsyncExpandedClient
-
public class AsyncExpandedClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncExpandedClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator>forCourierAdministratorByIdV1(java.lang.String id)Fetches an expanded task group for the courier org with expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator>forCourierAdministratorByIdV1(java.lang.String id, TaskGroupExpandedForCourierAdministratorReq request)Fetches an expanded task group for the courier org with expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator>forCourierAdministratorByIdV1(java.lang.String id, TaskGroupExpandedForCourierAdministratorReq request, RequestOptions requestOptions)Fetches an expanded task group for the courier org with expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver>forCourierDriverByIdV1(java.lang.String id)Fetches an expanded task group assigned to a courier driver with optional expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver>forCourierDriverByIdV1(java.lang.String id, TaskGroupExpandedForCourierDriverReq request)Fetches an expanded task group assigned to a courier driver with optional expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver>forCourierDriverByIdV1(java.lang.String id, TaskGroupExpandedForCourierDriverReq request, RequestOptions requestOptions)Fetches an expanded task group assigned to a courier driver with optional expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper>forShipperByIdV1(java.lang.String id)Fetches an expanded task group for the shipper org with expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper>forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request)Fetches an expanded task group for the shipper org with expanded related data.java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper>forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request, RequestOptions requestOptions)Fetches an expanded task group for the shipper org with expanded related data.AsyncRawExpandedClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncExpandedClient
public AsyncExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawExpandedClient withRawResponse()
Get responses with HTTP metadata like headers
-
forCourierAdministratorByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator> forCourierAdministratorByIdV1(java.lang.String id)
Fetches an expanded task group for the courier org with expanded related data.
-
forCourierAdministratorByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator> forCourierAdministratorByIdV1(java.lang.String id, TaskGroupExpandedForCourierAdministratorReq request)
Fetches an expanded task group for the courier org with expanded related data.
-
forCourierAdministratorByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierAdministrator> forCourierAdministratorByIdV1(java.lang.String id, TaskGroupExpandedForCourierAdministratorReq request, RequestOptions requestOptions)
Fetches an expanded task group for the courier org with expanded related data.
-
forCourierDriverByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver> forCourierDriverByIdV1(java.lang.String id)
Fetches an expanded task group assigned to a courier driver with optional expanded related data.
-
forCourierDriverByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver> forCourierDriverByIdV1(java.lang.String id, TaskGroupExpandedForCourierDriverReq request)
Fetches an expanded task group assigned to a courier driver with optional expanded related data.
-
forCourierDriverByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForCourierDriver> forCourierDriverByIdV1(java.lang.String id, TaskGroupExpandedForCourierDriverReq request, RequestOptions requestOptions)
Fetches an expanded task group assigned to a courier driver with optional expanded related data.
-
forShipperByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper> forShipperByIdV1(java.lang.String id)
Fetches an expanded task group for the shipper org with expanded related data.
-
forShipperByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper> forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request)
Fetches an expanded task group for the shipper org with expanded related data.
-
forShipperByIdV1
public java.util.concurrent.CompletableFuture<TaskGroupExpandedForShipper> forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request, RequestOptions requestOptions)
Fetches an expanded task group for the shipper org with expanded related data.
-
-