inventoryattributevalueGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryAttributeValueInventoryAttributeValueLogic> >
inventoryattributevalueGet({
- int? pageno,
- int? pagesize,
- String? sort,
- List<
FwStandardModelsFwQueryFilter> ? filter,
@param pageno @param pagesize @param sort @param filter
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryAttributeValueInventoryAttributeValueLogic
>
>
inventoryattributevalueGet({
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryAttributeValueInventoryAttributeValueLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryAttributeValueInventoryAttributeValueLogic
.fromJsonFactory,
);
return _inventoryattributevalueGet(
pageno: pageno,
pagesize: pagesize,
sort: sort,
filter: filter,
);
}