WebApiModulesWarehousePickListPickList class

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

Constructors

WebApiModulesWarehousePickListPickList({String? pickListId, String? pickListNumber, String? pickType, String? pickDate, String? pickTime, String? status, bool? completed, String? officeLocationId, String? departmentId, String? department, String? warehouseId, String? warehouseCode, String? warehouse, String? deliverType, String? deliverDate, String? deliverTime, String? orderId, String? orderNumber, String? orderDescription, String? orderType, String? submittedDate, String? submittedTime, String? submittedDateTime, String? orderedBy, String? orderedById, String? requestedBy, String? inputByUsersId, String? inputBy, String? inputDate, String? inputTime, String? inputDateTime, int? totalItemQuantity, String? dealId, String? deal, String? agentId, String? agent, String? assignedToId, String? assignedTo, String? dueDate, String? dueTime, String? note, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesWarehousePickListPickList.fromJson(Map<String, dynamic> json)
factory

Properties

agent String?
final
agentId String?
final
assignedTo String?
final
assignedToId String?
final
auditNote String?
final
completed bool?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
deal String?
final
dealId String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
deliverDate String?
final
deliverTime String?
final
deliverType String?
final
department String?
final
departmentId String?
final
dueDate String?
final
dueTime String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
inputBy String?
final
inputByUsersId String?
final
inputDate String?
final
inputDateTime String?
final
inputTime String?
final
note String?
final
officeLocationId String?
final
orderDescription String?
final
orderedBy String?
final
orderedById String?
final
orderId String?
final
orderNumber String?
final
orderType String?
final
pickDate String?
final
pickListId String?
final
pickListNumber String?
final
pickTime String?
final
pickType String?
final
recordTitle String?
final
requestedBy String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
submittedDate String?
final
submittedDateTime String?
final
submittedTime String?
final
totalItemQuantity int?
final
translation List<FwStandardDataFwTranslatedValue>?
final
warehouse String?
final
warehouseCode String?
final
warehouseId String?
final

Methods

copyWith({String? pickListId, String? pickListNumber, String? pickType, String? pickDate, String? pickTime, String? status, bool? completed, String? officeLocationId, String? departmentId, String? department, String? warehouseId, String? warehouseCode, String? warehouse, String? deliverType, String? deliverDate, String? deliverTime, String? orderId, String? orderNumber, String? orderDescription, String? orderType, String? submittedDate, String? submittedTime, String? submittedDateTime, String? orderedBy, String? orderedById, String? requestedBy, String? inputByUsersId, String? inputBy, String? inputDate, String? inputTime, String? inputDateTime, int? totalItemQuantity, String? dealId, String? deal, String? agentId, String? agent, String? assignedToId, String? assignedTo, String? dueDate, String? dueTime, String? note, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesWarehousePickListPickList

Available on WebApiModulesWarehousePickListPickList, provided by the $WebApiModulesWarehousePickListPickListExtension extension

copyWithWrapped({Wrapped<String?>? pickListId, Wrapped<String?>? pickListNumber, Wrapped<String?>? pickType, Wrapped<String?>? pickDate, Wrapped<String?>? pickTime, Wrapped<String?>? status, Wrapped<bool?>? completed, Wrapped<String?>? officeLocationId, Wrapped<String?>? departmentId, Wrapped<String?>? department, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouseCode, Wrapped<String?>? warehouse, Wrapped<String?>? deliverType, Wrapped<String?>? deliverDate, Wrapped<String?>? deliverTime, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? orderDescription, Wrapped<String?>? orderType, Wrapped<String?>? submittedDate, Wrapped<String?>? submittedTime, Wrapped<String?>? submittedDateTime, Wrapped<String?>? orderedBy, Wrapped<String?>? orderedById, Wrapped<String?>? requestedBy, Wrapped<String?>? inputByUsersId, Wrapped<String?>? inputBy, Wrapped<String?>? inputDate, Wrapped<String?>? inputTime, Wrapped<String?>? inputDateTime, Wrapped<int?>? totalItemQuantity, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? agentId, Wrapped<String?>? agent, Wrapped<String?>? assignedToId, Wrapped<String?>? assignedTo, Wrapped<String?>? dueDate, Wrapped<String?>? dueTime, Wrapped<String?>? note, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesWarehousePickListPickList

Available on WebApiModulesWarehousePickListPickList, provided by the $WebApiModulesWarehousePickListPickListExtension 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

Constants

fromJsonFactory → const WebApiModulesWarehousePickListPickList Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesWarehousePickListPickList instance)