Class TaskGroupIdClient


  • public class TaskGroupIdClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      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.
      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.
      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.
      RawTaskGroupIdClient withRawResponse()
      Get responses with HTTP metadata like headers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskGroupIdClient

        public TaskGroupIdClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawTaskGroupIdClient withRawResponse()
        Get responses with HTTP metadata like headers
      • forExecutorOperatorsV1

        public 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 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 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 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])