Class SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder
- Enclosing class:
- SlsQtanPrecdgProcFlow
Helper class to allow for fluent creation of SlsQtanPrecdgProcFlow 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: 0precedingDocument(String precedingDocument) Constraints: Not nullable, Maximum length: 10precedingDocumentCategory(String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4processFlowLevel(String processFlowLevel) Constraints: Not nullable, Maximum length: 2salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanPrecdgProcFlow to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10sDDocumentStatusDesc(String sDDocumentStatusDesc) Constraints: Not nullable, Maximum length: 20statusCode(String statusCode) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
salesQuotation
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanPrecdgProcFlow to single SalesQuotation.- Parameters:
value- The SalesQuotation to build this SlsQtanPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesQuotation
- Parameters:
value- The salesQuotation to build this SlsQtanPrecdgProcFlow with.- Returns:
- This Builder to allow for a fluent interface.
-
docRelationshipUUID
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder docRelationshipUUID(@Nullable UUID docRelationshipUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocRelationshipUUID
- Returns:
this.
-
precedingDocument
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder precedingDocument(@Nullable String precedingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PrecedingDocument
- Returns:
this.
-
precedingDocumentCategory
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PrecedingDocumentCategory
- Returns:
this.
-
processFlowLevel
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder processFlowLevel(@Nullable String processFlowLevel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessFlowLevel
- Returns:
this.
-
statusCode
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder statusCode(@Nullable String statusCode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatusCode
- Returns:
this.
-
sDDocumentStatusDesc
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder sDDocumentStatusDesc(@Nullable String sDDocumentStatusDesc) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SDDocumentStatusDesc
- Returns:
this.
-
creationDate
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangeDate
@Nonnull public SlsQtanPrecdgProcFlow.SlsQtanPrecdgProcFlowBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
build
-
toString
-