Class AsyncExpandedClient


  • public class AsyncExpandedClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncExpandedClient

        public AsyncExpandedClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public AsyncRawExpandedClient withRawResponse()
        Get responses with HTTP metadata like headers
      • retrieveV1

        public java.util.concurrent.CompletableFuture<OrderDraftExpanded> retrieveV1​(java.lang.String orderIdOrShortId)
        Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
      • retrieveV1

        public java.util.concurrent.CompletableFuture<OrderDraftExpanded> retrieveV1​(java.lang.String orderIdOrShortId,
                                                                                     OrderAndTaskGroupExpandedReq request)
        Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
      • retrieveV1

        public java.util.concurrent.CompletableFuture<OrderDraftExpanded> retrieveV1​(java.lang.String orderIdOrShortId,
                                                                                     OrderAndTaskGroupExpandedReq request,
                                                                                     RequestOptions requestOptions)
        Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
      • listV1

        public java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes> listV1​(ExpandedListV1Request request)
        Lists expanded draft orders for the organization with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
      • listV1

        public java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes> listV1​(ExpandedListV1Request request,
                                                                                        RequestOptions requestOptions)
        Lists expanded draft orders for the organization with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)