Class SalesQuotationItemText.SalesQuotationItemTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationItemText.SalesQuotationItemTextBuilder
- Enclosing class:
- SalesQuotationItemText
Helper class to allow for fluent creation of SalesQuotationItemText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SalesQuotationItemText to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_SalesQuotationItem for SalesQuotationItemText to single SalesQuotationItem.salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
salesQuotation
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SalesQuotationItemText to single SalesQuotation.- Parameters:
value- The SalesQuotation to build this SalesQuotationItemText 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 SalesQuotationItemText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotationItem(SalesQuotationItem value) Navigation property to_SalesQuotationItem for SalesQuotationItemText to single SalesQuotationItem.- Parameters:
value- The SalesQuotationItem to build this SalesQuotationItemText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesQuotationItem
- Parameters:
value- The salesQuotationItem to build this SalesQuotationItemText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder longText(@Nullable String longText) Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-