Class SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder
- Enclosing class:
- SalesOrderPrecdgProcFlow
Helper class to allow for fluent creation of SalesOrderPrecdgProcFlow instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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: 0overallSDProcessStatus(String overallSDProcessStatus) Constraints: Not nullable, Maximum length: 1precedingDocument(String precedingDocument) Constraints: Not nullable, Maximum length: 10precedingDocumentCategory(String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2salesOrder(SalesOrder value) Navigation property to_SalesOrder for SalesOrderPrecdgProcFlow to single SalesOrder.salesOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesOrder
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder salesOrder(SalesOrder value) Navigation property to_SalesOrder for SalesOrderPrecdgProcFlow to single SalesOrder.- Parameters:
value- The SalesOrder to build this SalesOrderPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Parameters:
value- The salesOrder to build this SalesOrderPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
docRelationshipUUID
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder docRelationshipUUID(@Nullable UUID docRelationshipUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocRelationshipUUID
- Returns:
this.
-
precedingDocument
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder precedingDocument(@Nullable String precedingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PrecedingDocument
- Returns:
this.
-
precedingDocumentCategory
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PrecedingDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
overallSDProcessStatus
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder overallSDProcessStatus(@Nullable String overallSDProcessStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OverallSDProcessStatus
- Returns:
this.
-
creationDate
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public SalesOrderPrecdgProcFlow.SalesOrderPrecdgProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-