DefaultApi class

Constructors

DefaultApi([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

createProductProductsPost(Product product) Future<Product?>
createProduct
createProductProductsPostWithHttpInfo(Product product) Future<Response>
createProduct
deleteProductProductsIdDelete(String id) Future<bool?>
deleteProduct
deleteProductProductsIdDeleteWithHttpInfo(String id) Future<Response>
deleteProduct
deleteProductsProductsDelete() Future<bool?>
deleteProducts
deleteProductsProductsDeleteWithHttpInfo() Future<Response>
deleteProducts
getProductProductsIdGet(String id) Future<Product?>
getProduct
getProductProductsIdGetWithHttpInfo(String id) Future<Response>
getProduct
getProductsProductsGet() Future<List<Product>?>
getProducts
getProductsProductsGetWithHttpInfo() Future<Response>
getProducts
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProductProductsIdPut(String id, Product product) Future<Product?>
updateProduct
updateProductProductsIdPutWithHttpInfo(String id, Product product) Future<Response>
updateProduct

Operators

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