OrdersApi class

Constructors

OrdersApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ordersCommentsCreate(int orderId, OrderCommentCreate orderCommentCreate) Future<OrderCommentCreate?>
Add a new comment to order.
ordersCommentsCreateWithHttpInfo(int orderId, OrderCommentCreate orderCommentCreate) Future<Response>
Add a new comment to order.
ordersCommentsList(int orderId) Future<List<OrderComment>?>
List all comments of order.
ordersCommentsListWithHttpInfo(int orderId) Future<Response>
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.
ordersModelsCommentsCreate(int orderId, int id, OrderModelCommentCreate orderModelCommentCreate) Future<OrderModelCommentCreate?>
Add a new comment to order.
ordersModelsCommentsCreateWithHttpInfo(int orderId, int id, OrderModelCommentCreate orderModelCommentCreate) Future<Response>
Add a new comment to order.
ordersModelsCommentsList(int orderId, int id) Future<List<OrderModelComment>?>
List all comments of model.
ordersModelsCommentsListWithHttpInfo(int orderId, int id) Future<Response>
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.
ordersSubmitToEstimationPartialUpdate(int orderId) Future<StateChanged?>
Send order to estimation after all models have been added and specified.
ordersSubmitToEstimationPartialUpdateWithHttpInfo(int orderId) Future<Response>
Send order to estimation after all models have been added and specified.
ordersSubmitToFinishedPartialUpdate(int orderId) Future<StateChanged?>
All models are reviewed & accepted by customer, order is complete.
ordersSubmitToFinishedPartialUpdateWithHttpInfo(int orderId) Future<Response>
All models are reviewed & accepted by customer, order is complete.
ordersSubmitToPaymentPartialUpdate(int orderId) Future<StateChanged?>
Models have been estimated and and payment price for customer is defined.
ordersSubmitToPaymentPartialUpdateWithHttpInfo(int orderId) Future<Response>
Models have been estimated and and payment price for customer is defined.
ordersSubmitToProgressPartialUpdate(int orderId) Future<StateChanged?>
Customer has payed estimated amount and modelling can begin.
ordersSubmitToProgressPartialUpdateWithHttpInfo(int orderId) Future<Response>
Customer has payed estimated amount and modelling can begin.
ordersSubmitToReviewPartialUpdate(int orderId) Future<StateChanged?>
All models are uploaded and ready, customer may begin with review.
ordersSubmitToReviewPartialUpdateWithHttpInfo(int orderId) Future<Response>
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

Operators

operator ==(Object other) bool
The equality operator.
inherited