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