Class AsyncRawExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.expanded.AsyncRawExpandedClient
-
public class AsyncRawExpandedClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawExpandedClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskGroupExpandedForCourierAdministrator>>forCourierAdministratorByIdV1(java.lang.String id)Fetches an expanded task group for the courier org with expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<TaskGroupExpandedForShipper>>forShipperByIdV1(java.lang.String id)Fetches an expanded task group for the shipper org with expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<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<ChrtApiHttpResponse<TaskGroupExpandedForShipper>>forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request, RequestOptions requestOptions)Fetches an expanded task group for the shipper org with expanded related data.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawExpandedClient
public AsyncRawExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
forCourierAdministratorByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<TaskGroupExpandedForShipper>> forShipperByIdV1(java.lang.String id, TaskGroupExpandedForShipperReq request, RequestOptions requestOptions)
Fetches an expanded task group for the shipper org with expanded related data.
-
-