WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest class

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

Constructors

WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest({List<FwStandardModelsSelectedCheckBoxListItem>? repairOrderStatus, List<FwStandardModelsSelectedCheckBoxListItem>? priority, bool? billable, bool? billed, bool? owned, int? daysInRepair, String? daysInRepairFilterMode, bool? includeOutsideRepairsOnly, bool? includeDamageNotes, bool? includeCorrectionNotes, String? warehouseId, String? departmentId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? inventoryId, String? repairItemStatusId, String? vendorId, String? vendorRepairItemStatusId, String? dealId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate})
WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest.fromJson(Map<String, dynamic> json)
factory

Properties

billable bool?
final
billed bool?
final
categoryId String?
final
customReportLayoutId String?
final
daysInRepair int?
final
daysInRepairFilterMode String?
final
dealId String?
final
departmentId String?
final
excelfields List<FwStandardModelsCheckBoxListItem>?
final
hashCode int
The hash code for this object.
no setteroverride
includeCorrectionNotes bool?
final
includeDamageNotes bool?
final
includeIdColumns bool?
final
includeOutsideRepairsOnly bool?
final
includeSubHeadingsAndSubTotals bool?
final
inventoryId String?
final
inventoryTypeId String?
final
isSummary bool?
final
locale String?
final
owned bool?
final
priority List<FwStandardModelsSelectedCheckBoxListItem>?
final
repairItemStatusId String?
final
repairOrderStatus List<FwStandardModelsSelectedCheckBoxListItem>?
final
reportName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subCategoryId String?
final
useEmailTemplate bool?
final
userDepartmentId String?
final
userLocationId String?
final
userWarehouseId String?
final
vendorId String?
final
vendorRepairItemStatusId String?
final
warehouseId String?
final

Methods

copyWith({List<FwStandardModelsSelectedCheckBoxListItem>? repairOrderStatus, List<FwStandardModelsSelectedCheckBoxListItem>? priority, bool? billable, bool? billed, bool? owned, int? daysInRepair, String? daysInRepairFilterMode, bool? includeOutsideRepairsOnly, bool? includeDamageNotes, bool? includeCorrectionNotes, String? warehouseId, String? departmentId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? inventoryId, String? repairItemStatusId, String? vendorId, String? vendorRepairItemStatusId, String? dealId, String? userDepartmentId, String? userLocationId, String? userWarehouseId, String? customReportLayoutId, bool? isSummary, bool? includeSubHeadingsAndSubTotals, bool? includeIdColumns, String? locale, List<FwStandardModelsCheckBoxListItem>? excelfields, String? reportName, bool? useEmailTemplate}) WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest

Available on WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest, provided by the $WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequestExtension extension

copyWithWrapped({Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? repairOrderStatus, Wrapped<List<FwStandardModelsSelectedCheckBoxListItem>?>? priority, Wrapped<bool?>? billable, Wrapped<bool?>? billed, Wrapped<bool?>? owned, Wrapped<int?>? daysInRepair, Wrapped<String?>? daysInRepairFilterMode, Wrapped<bool?>? includeOutsideRepairsOnly, Wrapped<bool?>? includeDamageNotes, Wrapped<bool?>? includeCorrectionNotes, Wrapped<String?>? warehouseId, Wrapped<String?>? departmentId, Wrapped<String?>? inventoryTypeId, Wrapped<String?>? categoryId, Wrapped<String?>? subCategoryId, Wrapped<String?>? inventoryId, Wrapped<String?>? repairItemStatusId, Wrapped<String?>? vendorId, Wrapped<String?>? vendorRepairItemStatusId, Wrapped<String?>? dealId, Wrapped<String?>? userDepartmentId, Wrapped<String?>? userLocationId, Wrapped<String?>? userWarehouseId, Wrapped<String?>? customReportLayoutId, Wrapped<bool?>? isSummary, Wrapped<bool?>? includeSubHeadingsAndSubTotals, Wrapped<bool?>? includeIdColumns, Wrapped<String?>? locale, Wrapped<List<FwStandardModelsCheckBoxListItem>?>? excelfields, Wrapped<String?>? reportName, Wrapped<bool?>? useEmailTemplate}) WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest

Available on WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequest, provided by the $WebApiModulesReportsRepairOrderReportsRepairOrderStatusReportRepairOrderStatusReportRequestExtension 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