Class ServiceQuotationText.ServiceQuotationTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.ServiceQuotationText.ServiceQuotationTextBuilder
- Enclosing class:
- ServiceQuotationText
Helper class to allow for fluent creation of ServiceQuotationText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4serviceQuotation(ServiceQuotation value) Navigation property to_ServiceQuotation for ServiceQuotationText to single ServiceQuotation.serviceQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
serviceQuotation
@Nonnull public ServiceQuotationText.ServiceQuotationTextBuilder serviceQuotation(ServiceQuotation value) Navigation property to_ServiceQuotation for ServiceQuotationText to single ServiceQuotation.- Parameters:
value- The ServiceQuotation to build this ServiceQuotationText with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceQuotation
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceQuotation
- Parameters:
value- The serviceQuotation to build this ServiceQuotationText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ServiceQuotationText.ServiceQuotationTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public ServiceQuotationText.ServiceQuotationTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
@Nonnull public ServiceQuotationText.ServiceQuotationTextBuilder longText(@Nullable String longText) Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-