WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest class

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

Constructors

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest({DateTime? fromDate, DateTime? toDate, String? officeLocationId, String? customerId, String? departmentId, String? dealId, String? projectId, String? projectManagerId, bool? includeCompleted})
WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest.fromJson(Map<String, dynamic> json)
factory

Properties

customerId String?
final
dealId String?
final
departmentId String?
final
fromDate DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
includeCompleted bool?
final
officeLocationId String?
final
projectId String?
final
projectManagerId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toDate DateTime?
final

Methods

copyWith({DateTime? fromDate, DateTime? toDate, String? officeLocationId, String? customerId, String? departmentId, String? dealId, String? projectId, String? projectManagerId, bool? includeCompleted}) WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest

Available on WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest, provided by the $WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequestExtension extension

copyWithWrapped({Wrapped<DateTime?>? fromDate, Wrapped<DateTime?>? toDate, Wrapped<String?>? officeLocationId, Wrapped<String?>? customerId, Wrapped<String?>? departmentId, Wrapped<String?>? dealId, Wrapped<String?>? projectId, Wrapped<String?>? projectManagerId, Wrapped<bool?>? includeCompleted}) WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest

Available on WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequest, provided by the $WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleRequestExtension 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