Class AsyncRawTaskGroupIdClient
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.taskgroupid.AsyncRawTaskGroupIdClient
-
public class AsyncRawTaskGroupIdClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawTaskGroupIdClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>forCourierDriverV1(java.lang.String orderIdOrShortId)Retrieves the task group ID for the courier driver assigned to an order's task group.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>forCourierDriverV1(java.lang.String orderIdOrShortId, RequestOptions requestOptions)Retrieves the task group ID for the courier driver assigned to an order's task group.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>forCourierOperatorsV1(java.lang.String orderIdOrShortId)Retrieves the task group ID for the courier organization assigned to an order's task group.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>forCourierOperatorsV1(java.lang.String orderIdOrShortId, RequestOptions requestOptions)Retrieves the task group ID for the courier organization assigned to an order's task group.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawTaskGroupIdClient
public AsyncRawTaskGroupIdClient(ClientOptions clientOptions)
-
-
Method Detail
-
forCourierOperatorsV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> forCourierOperatorsV1(java.lang.String orderIdOrShortId)
Retrieves the task group ID for the courier organization assigned to an order's task group. | authz_personas=[courier_org_operators] | () -> (PydanticObjectId)
-
forCourierOperatorsV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> forCourierOperatorsV1(java.lang.String orderIdOrShortId, RequestOptions requestOptions)
Retrieves the task group ID for the courier organization assigned to an order's task group. | authz_personas=[courier_org_operators] | () -> (PydanticObjectId)
-
forCourierDriverV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> forCourierDriverV1(java.lang.String orderIdOrShortId)
Retrieves the task group ID for the courier driver assigned to an order's task group. | authz_personas=[courier_driver] | () -> (PydanticObjectId)
-
forCourierDriverV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> forCourierDriverV1(java.lang.String orderIdOrShortId, RequestOptions requestOptions)
Retrieves the task group ID for the courier driver assigned to an order's task group. | authz_personas=[courier_driver] | () -> (PydanticObjectId)
-
-