Class AsyncRawExpandedClient


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

      • AsyncRawExpandedClient

        public AsyncRawExpandedClient​(ClientOptions clientOptions)
    • Method Detail

      • retrieveV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>> retrieveV1​(java.lang.String orderRef)
        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<ChrtApiHttpResponse<OrderDraftExpanded>> retrieveV1​(java.lang.String orderRef,
                                                                                                          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)
      • typeaheadV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OrderTypeaheadResult>>> typeaheadV1​(ExpandedTypeaheadV1Request request)
        Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches draft orders created by the caller's org. | authz: min_org_role=operator | () -> (list[OrderTypeaheadResult])
      • typeaheadV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OrderTypeaheadResult>>> typeaheadV1​(ExpandedTypeaheadV1Request request,
                                                                                                                             RequestOptions requestOptions)
        Returns distinct short_id and off_chrt_reference_id values matching the query via case-insensitive regex. Searches draft orders created by the caller's org. | authz: min_org_role=operator | () -> (list[OrderTypeaheadResult])