Class TaskGroupIdClient


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.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.lang.String forCourierOperatorsV1​(java.lang.String orderIdOrShortId)
      Retrieves the task group ID for the courier organization assigned to an order's task group.
      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.
      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
      • forCourierOperatorsV1

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