Class SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder
- Enclosing class:
- SalesOrderItmPrecdgProcFlow
-
Method Summary
Modifier and TypeMethodDescriptionaccountingTransferStatus(String accountingTransferStatus) Constraints: Not nullable, Maximum length: 1build()creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0creationTime(LocalTime creationTime) Constraints: Not nullable, Precision: 0docRelationshipUUID(UUID docRelationshipUUID) (Key Field) Constraints: Not nullablelastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0precedingDocument(String precedingDocument) Constraints: Not nullable, Maximum length: 10precedingDocumentCategory(String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4precedingDocumentItem(String precedingDocumentItem) Constraints: Not nullable, Maximum length: 6prelimBillingDocumentStatus(String prelimBillingDocumentStatus) Constraints: Not nullable, Maximum length: 1processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2relatedProcFlowDocStsFieldName(String relatedProcFlowDocStsFieldName) Constraints: Not nullable, Maximum length: 30salesOrder(SalesOrder value) Navigation property to_SalesOrder for SalesOrderItmPrecdgProcFlow to single SalesOrder.salesOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10salesOrderItem(SalesOrderItem value) Navigation property to_SalesOrderItem for SalesOrderItmPrecdgProcFlow to single SalesOrderItem.salesOrderItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6sDProcessStatus(String sDProcessStatus) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
salesOrder
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder salesOrder(SalesOrder value) Navigation property to_SalesOrder for SalesOrderItmPrecdgProcFlow to single SalesOrder.- Parameters:
value- The SalesOrder to build this SalesOrderItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrder
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder salesOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Parameters:
value- The salesOrder to build this SalesOrderItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderItem
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder salesOrderItem(SalesOrderItem value) Navigation property to_SalesOrderItem for SalesOrderItmPrecdgProcFlow to single SalesOrderItem.- Parameters:
value- The SalesOrderItem to build this SalesOrderItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderItem
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder salesOrderItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Parameters:
value- The salesOrderItem to build this SalesOrderItmPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
docRelationshipUUID
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder docRelationshipUUID(@Nullable UUID docRelationshipUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocRelationshipUUID
- Returns:
this.
-
precedingDocument
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder precedingDocument(@Nullable String precedingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PrecedingDocument
- Returns:
this.
-
precedingDocumentItem
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder precedingDocumentItem(@Nullable String precedingDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PrecedingDocumentItem
- Returns:
this.
-
precedingDocumentCategory
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PrecedingDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
sDProcessStatus
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder sDProcessStatus(@Nullable String sDProcessStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SDProcessStatus
- Returns:
this.
-
accountingTransferStatus
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder accountingTransferStatus(@Nullable String accountingTransferStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: AccountingTransferStatus
- Returns:
this.
-
prelimBillingDocumentStatus
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder prelimBillingDocumentStatus(@Nullable String prelimBillingDocumentStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PrelimBillingDocumentStatus
- Returns:
this.
-
creationDate
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public SalesOrderItmPrecdgProcFlow.SalesOrderItmPrecdgProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-