Class RawOrdersClient


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChrtApiHttpResponse<java.lang.Boolean> cancelV1​(java.lang.String orderId)
      Cancels an order and all related task groups and tasks in a transaction.
      ChrtApiHttpResponse<java.lang.Boolean> cancelV1​(java.lang.String orderId, RequestOptions requestOptions)
      Cancels an order and all related task groups and tasks in a transaction.
      ChrtApiHttpResponse<java.lang.Boolean> stageV1​(java.lang.String orderId)
      Validates a draft order and stages all related entities in a transaction.
      ChrtApiHttpResponse<java.lang.Boolean> stageV1​(java.lang.String orderId, RequestOptions requestOptions)
      Validates a draft order and stages all related entities in a transaction.
      • Methods inherited from class java.lang.Object

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

      • RawOrdersClient

        public RawOrdersClient​(ClientOptions clientOptions)
    • Method Detail

      • stageV1

        public ChrtApiHttpResponse<java.lang.Boolean> stageV1​(java.lang.String orderId)
        Validates a draft order and stages all related entities in a transaction. | () -> (bool)
      • stageV1

        public ChrtApiHttpResponse<java.lang.Boolean> stageV1​(java.lang.String orderId,
                                                              RequestOptions requestOptions)
        Validates a draft order and stages all related entities in a transaction. | () -> (bool)
      • cancelV1

        public ChrtApiHttpResponse<java.lang.Boolean> cancelV1​(java.lang.String orderId)
        Cancels an order and all related task groups and tasks in a transaction. | authz_personas=[lig_owner_operators] | () -> (bool)
      • cancelV1

        public ChrtApiHttpResponse<java.lang.Boolean> cancelV1​(java.lang.String orderId,
                                                               RequestOptions requestOptions)
        Cancels an order and all related task groups and tasks in a transaction. | authz_personas=[lig_owner_operators] | () -> (bool)