Class AsyncRawOrderDraftsClient


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

      • AsyncRawOrderDraftsClient

        public AsyncRawOrderDraftsClient​(ClientOptions clientOptions)
    • Method Detail

      • newV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersNewDraftRes>> newV1()
        Creates a new draft order with org assignments based on caller's organization type. | (OrdersNewDraftReq) -> (OrdersNewDraftRes)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String orderId)
        Deletes a draft order and all associated entities. | () -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String orderId,
                                                                                                       RequestOptions requestOptions)
        Deletes a draft order and all associated entities. | () -> (bool)
      • validateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> validateV1​(java.lang.String orderId)
        Checks whether the draft order satisfies all requirements to move into staging. | () -> (bool)
      • validateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> validateV1​(java.lang.String orderId,
                                                                                                         RequestOptions requestOptions)
        Checks whether the draft order satisfies all requirements to move into staging. | () -> (bool)