WebApiModulesHomeControlsInventorySearchInventorySearchRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsInventorySearchInventorySearchRequest({String? sessionId, String? orderId, String? availableFor, String? warehouseId, String? languageId, String? currencyId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? classification, String? searchText, String? attributeId, String? attributeValueId, String? attributeValueRange, bool? showAvailability, DateTime? fromDate, String? fromTime, DateTime? toDate, String? toTime, bool? showImages, bool? hideInventoryWithZeroQuantity, String? sortBy, List<FwStandardModelsCheckBoxListItem>? excelFields})
WebApiModulesHomeControlsInventorySearchInventorySearchRequest.fromJson(Map<String, dynamic> json)
factory

Properties

attributeId String?
final
attributeValueId String?
final
attributeValueRange String?
final
availableFor String?
final
categoryId String?
final
classification String?
final
currencyId String?
final
excelFields List<FwStandardModelsCheckBoxListItem>?
final
fromDate DateTime?
final
fromTime String?
final
hashCode int
The hash code for this object.
no setteroverride
hideInventoryWithZeroQuantity bool?
final
inventoryTypeId String?
final
languageId String?
final
orderId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchText String?
final
sessionId String?
final
showAvailability bool?
final
showImages bool?
final
sortBy String?
final
subCategoryId String?
final
toDate DateTime?
final
toTime String?
final
warehouseId String?
final

Methods

copyWith({String? sessionId, String? orderId, String? availableFor, String? warehouseId, String? languageId, String? currencyId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? classification, String? searchText, String? attributeId, String? attributeValueId, String? attributeValueRange, bool? showAvailability, DateTime? fromDate, String? fromTime, DateTime? toDate, String? toTime, bool? showImages, bool? hideInventoryWithZeroQuantity, String? sortBy, List<FwStandardModelsCheckBoxListItem>? excelFields}) WebApiModulesHomeControlsInventorySearchInventorySearchRequest

Available on WebApiModulesHomeControlsInventorySearchInventorySearchRequest, provided by the $WebApiModulesHomeControlsInventorySearchInventorySearchRequestExtension extension

copyWithWrapped({Wrapped<String?>? sessionId, Wrapped<String?>? orderId, Wrapped<String?>? availableFor, Wrapped<String?>? warehouseId, Wrapped<String?>? languageId, Wrapped<String?>? currencyId, Wrapped<String?>? inventoryTypeId, Wrapped<String?>? categoryId, Wrapped<String?>? subCategoryId, Wrapped<String?>? classification, Wrapped<String?>? searchText, Wrapped<String?>? attributeId, Wrapped<String?>? attributeValueId, Wrapped<String?>? attributeValueRange, Wrapped<bool?>? showAvailability, Wrapped<DateTime?>? fromDate, Wrapped<String?>? fromTime, Wrapped<DateTime?>? toDate, Wrapped<String?>? toTime, Wrapped<bool?>? showImages, Wrapped<bool?>? hideInventoryWithZeroQuantity, Wrapped<String?>? sortBy, Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelFields}) WebApiModulesHomeControlsInventorySearchInventorySearchRequest

Available on WebApiModulesHomeControlsInventorySearchInventorySearchRequest, provided by the $WebApiModulesHomeControlsInventorySearchInventorySearchRequestExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override