WebApiModulesAgentProjectProject class

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

Constructors

WebApiModulesAgentProjectProject({String? projectId, String? projectNumber, String? project, String? officeLocationId, String? officeLocation, String? warehouseId, String? warehouse, String? departmentId, String? department, String? dealId, String? deal, String? status, String? statusDate, String? projectManagerId, String? projectManager, String? agentId, String? agent, String? primaryContact, String? requestedBy, String? outsideSalesRepresentativeId, String? outsideSalesRepresentative, String? projectDescription, bool? rental, bool? sales, bool? facilities, bool? labor, bool? miscellaneous, bool? transportation, bool? rentalSale, String? pickDate, String? pickTime, String? estimatedStartDate, String? estimatedStartTime, String? estimatedStopDate, String? estimatedStopTime, bool? ccPrimaryApproverWhenEmailingBackupApprover, bool? inactive, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesAgentProjectProject.fromJson(Map<String, dynamic> json)
factory

Properties

agent String?
final
agentId String?
final
auditNote String?
final
ccPrimaryApproverWhenEmailingBackupApprover bool?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
deal String?
final
dealId String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
department String?
final
departmentId String?
final
estimatedStartDate String?
final
estimatedStartTime String?
final
estimatedStopDate String?
final
estimatedStopTime String?
final
facilities bool?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
inactive bool?
final
labor bool?
final
miscellaneous bool?
final
officeLocation String?
final
officeLocationId String?
final
outsideSalesRepresentative String?
final
outsideSalesRepresentativeId String?
final
pickDate String?
final
pickTime String?
final
primaryContact String?
final
project String?
final
projectDescription String?
final
projectId String?
final
projectManager String?
final
projectManagerId String?
final
projectNumber String?
final
recordTitle String?
final
rental bool?
final
rentalSale bool?
final
requestedBy String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sales bool?
final
status String?
final
statusDate String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
transportation bool?
final
warehouse String?
final
warehouseId String?
final

Methods

copyWith({String? projectId, String? projectNumber, String? project, String? officeLocationId, String? officeLocation, String? warehouseId, String? warehouse, String? departmentId, String? department, String? dealId, String? deal, String? status, String? statusDate, String? projectManagerId, String? projectManager, String? agentId, String? agent, String? primaryContact, String? requestedBy, String? outsideSalesRepresentativeId, String? outsideSalesRepresentative, String? projectDescription, bool? rental, bool? sales, bool? facilities, bool? labor, bool? miscellaneous, bool? transportation, bool? rentalSale, String? pickDate, String? pickTime, String? estimatedStartDate, String? estimatedStartTime, String? estimatedStopDate, String? estimatedStopTime, bool? ccPrimaryApproverWhenEmailingBackupApprover, bool? inactive, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesAgentProjectProject

Available on WebApiModulesAgentProjectProject, provided by the $WebApiModulesAgentProjectProjectExtension extension

copyWithWrapped({Wrapped<String?>? projectId, Wrapped<String?>? projectNumber, Wrapped<String?>? project, Wrapped<String?>? officeLocationId, Wrapped<String?>? officeLocation, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouse, Wrapped<String?>? departmentId, Wrapped<String?>? department, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? status, Wrapped<String?>? statusDate, Wrapped<String?>? projectManagerId, Wrapped<String?>? projectManager, Wrapped<String?>? agentId, Wrapped<String?>? agent, Wrapped<String?>? primaryContact, Wrapped<String?>? requestedBy, Wrapped<String?>? outsideSalesRepresentativeId, Wrapped<String?>? outsideSalesRepresentative, Wrapped<String?>? projectDescription, Wrapped<bool?>? rental, Wrapped<bool?>? sales, Wrapped<bool?>? facilities, Wrapped<bool?>? labor, Wrapped<bool?>? miscellaneous, Wrapped<bool?>? transportation, Wrapped<bool?>? rentalSale, Wrapped<String?>? pickDate, Wrapped<String?>? pickTime, Wrapped<String?>? estimatedStartDate, Wrapped<String?>? estimatedStartTime, Wrapped<String?>? estimatedStopDate, Wrapped<String?>? estimatedStopTime, Wrapped<bool?>? ccPrimaryApproverWhenEmailingBackupApprover, Wrapped<bool?>? inactive, 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}) WebApiModulesAgentProjectProject

Available on WebApiModulesAgentProjectProject, provided by the $WebApiModulesAgentProjectProjectExtension 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 WebApiModulesAgentProjectProject Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesAgentProjectProject instance)