Class RawTaskGroupIdClient
- java.lang.Object
-
- com.chrt.api.resources.shipping.taskgroups.taskgroupid.RawTaskGroupIdClient
-
public class RawTaskGroupIdClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawTaskGroupIdClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.util.List<java.lang.String>>forDriverForExecutorV1(java.lang.String orderRef)Retrieves the task group IDs assigned to the caller (a driver of the executor provider) for an order.ChrtApiHttpResponse<java.util.List<java.lang.String>>forDriverForExecutorV1(java.lang.String orderRef, RequestOptions requestOptions)Retrieves the task group IDs assigned to the caller (a driver of the executor provider) for an order.ChrtApiHttpResponse<java.util.List<java.lang.String>>forExecutorOperatorsV1(java.lang.String orderRef)Retrieves the task group IDs where the caller's provider org is the executor for an order's task groups.ChrtApiHttpResponse<java.util.List<java.lang.String>>forExecutorOperatorsV1(java.lang.String orderRef, RequestOptions requestOptions)Retrieves the task group IDs where the caller's provider org is the executor for an order's task groups.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawTaskGroupIdClient
public RawTaskGroupIdClient(ClientOptions clientOptions)
-
-
Method Detail
-
forExecutorOperatorsV1
public ChrtApiHttpResponse<java.util.List<java.lang.String>> forExecutorOperatorsV1(java.lang.String orderRef)
Retrieves the task group IDs where the caller's provider org is the executor for an order's task groups. | authz_personas=[executor_org_operators] | () -> (list[PydanticObjectId])
-
forExecutorOperatorsV1
public ChrtApiHttpResponse<java.util.List<java.lang.String>> forExecutorOperatorsV1(java.lang.String orderRef, RequestOptions requestOptions)
Retrieves the task group IDs where the caller's provider org is the executor for an order's task groups. | authz_personas=[executor_org_operators] | () -> (list[PydanticObjectId])
-
forDriverForExecutorV1
public ChrtApiHttpResponse<java.util.List<java.lang.String>> forDriverForExecutorV1(java.lang.String orderRef)
Retrieves the task group IDs assigned to the caller (a driver of the executor provider) for an order. | authz_personas=[driver_for_executor] | () -> (list[PydanticObjectId])
-
forDriverForExecutorV1
public ChrtApiHttpResponse<java.util.List<java.lang.String>> forDriverForExecutorV1(java.lang.String orderRef, RequestOptions requestOptions)
Retrieves the task group IDs assigned to the caller (a driver of the executor provider) for an order. | authz_personas=[driver_for_executor] | () -> (list[PydanticObjectId])
-
-