WebApiModulesAgentScheduleBarCodeReservationDataRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesAgentScheduleBarCodeReservationDataRequest({String? inventoryId, String? warehouseId, String? regionId, DateTime? start, DateTime? end, bool? includeHours, bool? yearView, String? sortReservationsBy, bool? excludeConsigned, bool? consignedOnly, String? departmentId, String? dealId, String? orderId, String? consignorId, List<
String> ? filterReservationsBy, bool? includeUnreserved}) -
WebApiModulesAgentScheduleBarCodeReservationDataRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consignedOnly → bool?
-
final
- consignorId → String?
-
final
- dealId → String?
-
final
- departmentId → String?
-
final
- end → DateTime?
-
final
- excludeConsigned → bool?
-
final
-
filterReservationsBy
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- includeHours → bool?
-
final
- includeUnreserved → bool?
-
final
- inventoryId → String?
-
final
- orderId → String?
-
final
- regionId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sortReservationsBy → String?
-
final
- start → DateTime?
-
final
- warehouseId → String?
-
final
- yearView → bool?
-
final
Methods
-
copyWith(
{String? inventoryId, String? warehouseId, String? regionId, DateTime? start, DateTime? end, bool? includeHours, bool? yearView, String? sortReservationsBy, bool? excludeConsigned, bool? consignedOnly, String? departmentId, String? dealId, String? orderId, String? consignorId, List< String> ? filterReservationsBy, bool? includeUnreserved}) → WebApiModulesAgentScheduleBarCodeReservationDataRequest -
Available on WebApiModulesAgentScheduleBarCodeReservationDataRequest, provided by the $WebApiModulesAgentScheduleBarCodeReservationDataRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? inventoryId, Wrapped<String?> ? warehouseId, Wrapped<String?> ? regionId, Wrapped<DateTime?> ? start, Wrapped<DateTime?> ? end, Wrapped<bool?> ? includeHours, Wrapped<bool?> ? yearView, Wrapped<String?> ? sortReservationsBy, Wrapped<bool?> ? excludeConsigned, Wrapped<bool?> ? consignedOnly, Wrapped<String?> ? departmentId, Wrapped<String?> ? dealId, Wrapped<String?> ? orderId, Wrapped<String?> ? consignorId, Wrapped<List< ? filterReservationsBy, Wrapped<String> ?>bool?> ? includeUnreserved}) → WebApiModulesAgentScheduleBarCodeReservationDataRequest -
Available on WebApiModulesAgentScheduleBarCodeReservationDataRequest, provided by the $WebApiModulesAgentScheduleBarCodeReservationDataRequestExtension 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 WebApiModulesAgentScheduleBarCodeReservationDataRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentScheduleBarCodeReservationDataRequest instance)