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