ProductsApi class

Constructors

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

apiV1ProductsGet() Future<ApiV1ProductsGet200Response?>
List products
apiV1ProductsGetWithHttpInfo() Future<Response>
List products
apiV1ProductsIdDelete(String id) Future<Success?>
Delete product
apiV1ProductsIdDeleteWithHttpInfo(String id) Future<Response>
Delete product
apiV1ProductsIdGet(String id) Future<ApiV1ProductsIdGet200Response?>
Get product
apiV1ProductsIdGetWithHttpInfo(String id) Future<Response>
Get product
apiV1ProductsIdPatch(String id, {UpdateProduct? updateProduct}) Future<ApiV1ProductsIdGet200Response?>
Update product
apiV1ProductsIdPatchWithHttpInfo(String id, {UpdateProduct? updateProduct}) Future<Response>
Update product
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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