OrdersApi class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
Add a new comment to order.
-
Add a new comment to order.
-
List all comments of order.
-
List all comments of order.
-
ordersCreate(OrderCreate orderCreate)
→ Future<Order?>
-
Add a new order.
-
ordersCreateWithHttpInfo(OrderCreate orderCreate)
→ Future<Response>
-
Add a new order.
-
ordersDestroy(int id)
→ Future<void>
-
Delete order.
-
ordersDestroyWithHttpInfo(int id)
→ Future<Response>
-
Delete order.
-
ordersList({String? project})
→ Future<List<Order>?>
-
Lists all orders of customer.
-
ordersListWithHttpInfo({String? project})
→ Future<Response>
-
Lists all orders of customer.
-
Add a new comment to order.
-
Add a new comment to order.
-
List all comments of model.
-
List all comments of model.
-
ordersModelsCreate(int orderId, OrderModelCreate orderModelCreate)
→ Future<OrderModel?>
-
Add a new model.
-
ordersModelsCreateWithHttpInfo(int orderId, OrderModelCreate orderModelCreate)
→ Future<Response>
-
Add a new model.
-
ordersModelsDestroy(int orderId, int id)
→ Future<void>
-
Delete model.
-
ordersModelsDestroyWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Delete model.
-
ordersModelsFilesDestroy(int orderId, int id, String fileId)
→ Future<void>
-
Delete file.
-
ordersModelsFilesDestroyWithHttpInfo(int orderId, int id, String fileId)
→ Future<Response>
-
Delete file.
-
ordersModelsFilesList(int orderId, int id)
→ Future<List<OrderModelFile>?>
-
Lists all files of model.
-
ordersModelsFilesListWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Lists all files of model.
-
ordersModelsFilesUpdate(int orderId, String contentDisposition, int id, {MultipartFile? body})
→ Future<FileUploaded?>
-
Upload a file. Max size 30MB. Filename is required!
-
ordersModelsFilesUpdateWithHttpInfo(int orderId, String contentDisposition, int id, {MultipartFile? body})
→ Future<Response>
-
Upload a file. Max size 30MB. Filename is required!
-
ordersModelsList(int orderId)
→ Future<List<OrderModel>?>
-
Lists all models of order.
-
ordersModelsListWithHttpInfo(int orderId)
→ Future<Response>
-
Lists all models of order.
-
ordersModelsRetrieve(int orderId, int id)
→ Future<OrderModelDetail?>
-
ModelOrder
CRUD Viewset.
-
ordersModelsRetrieveWithHttpInfo(int orderId, int id)
→ Future<Response>
-
ModelOrder
CRUD Viewset.
-
ordersModelsSubmitToFinishedPartialUpdate(int orderId, int id)
→ Future<StateChanged?>
-
Model was accepted by customer and can be added to project.
-
ordersModelsSubmitToFinishedPartialUpdateWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Model was accepted by customer and can be added to project.
-
ordersModelsSubmitToReviewPartialUpdate(int orderId, int id)
→ Future<StateChanged?>
-
Model is ready to be reviewed by customer.
-
ordersModelsSubmitToReviewPartialUpdateWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Model is ready to be reviewed by customer.
-
ordersModelsSubmitToReworkPartialUpdate(int orderId, int id)
→ Future<StateChanged?>
-
Request rework of model, as specified in comments. Can only happen once.
-
ordersModelsSubmitToReworkPartialUpdateWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Request rework of model, as specified in comments. Can only happen once.
-
ordersModelsTransitionsList(int orderId, int id)
→ Future<List<AvailableState>?>
-
Lists available transitions of order model for current user.
-
ordersModelsTransitionsListWithHttpInfo(int orderId, int id)
→ Future<Response>
-
Lists available transitions of order model for current user.
-
ordersModelsUpdate(int orderId, int id, OrderModelUpdate orderModelUpdate)
→ Future<OrderModelUpdate?>
-
Change model.
-
ordersModelsUpdateWithHttpInfo(int orderId, int id, OrderModelUpdate orderModelUpdate)
→ Future<Response>
-
Change model.
-
ordersRetrieve(int id)
→ Future<OrderDetail?>
-
Details of a single order.
-
ordersRetrieveWithHttpInfo(int id)
→ Future<Response>
-
Details of a single order.
-
Send order to estimation after all models have been added and specified.
-
Send order to estimation after all models have been added and specified.
-
All models are reviewed & accepted by customer, order is complete.
-
All models are reviewed & accepted by customer, order is complete.
-
Models have been estimated and and payment price for customer is defined.
-
Models have been estimated and and payment price for customer is defined.
-
Customer has payed estimated amount and modelling can begin.
-
Customer has payed estimated amount and modelling can begin.
-
All models are uploaded and ready, customer may begin with review.
-
All models are uploaded and ready, customer may begin with review.
-
ordersTransitionsList(int orderId)
→ Future<List<AvailableState>?>
-
Lists available transitions of order for current user.
-
ordersTransitionsListWithHttpInfo(int orderId)
→ Future<Response>
-
Lists available transitions of order for current user.
-
ordersUpdate(int id, OrderUpdate orderUpdate)
→ Future<OrderUpdate?>
-
Update order price estimation.
-
ordersUpdateWithHttpInfo(int id, OrderUpdate orderUpdate)
→ Future<Response>
-
Update order price estimation.
-
toString()
→ String
-
A string representation of this object.
inherited