public static final class BusSolutionQuotationText.BusSolutionQuotationTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusSolutionQuotationText |
build() |
BusSolutionQuotationText.BusSolutionQuotationTextBuilder |
businessSolutionQuotation(BusinessSolutionQuotation value)
Navigation property to_BusinessSolutionQuotation for BusSolutionQuotationText to single
BusinessSolutionQuotation.
|
BusSolutionQuotationText.BusSolutionQuotationTextBuilder |
businessSolutionQuotation(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BusSolutionQuotationText.BusSolutionQuotationTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
BusSolutionQuotationText.BusSolutionQuotationTextBuilder |
plainLongText(String plainLongText)
Constraints: Not nullable, Maximum length: 150
|
BusSolutionQuotationText.BusSolutionQuotationTextBuilder |
textObjectType(String textObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public BusSolutionQuotationText.BusSolutionQuotationTextBuilder businessSolutionQuotation(BusinessSolutionQuotation value)
value
- The BusinessSolutionQuotation to build this BusSolutionQuotationText with.@Nonnull public BusSolutionQuotationText.BusSolutionQuotationTextBuilder businessSolutionQuotation(String value)
Original property name from the Odata EDM: BusinessSolutionQuotation
value
- The businessSolutionQuotation to build this BusSolutionQuotationText with.@Nonnull public BusSolutionQuotationText.BusSolutionQuotationTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public BusSolutionQuotationText.BusSolutionQuotationTextBuilder textObjectType(@Nullable String textObjectType)
Original property name from the Odata EDM: TextObjectType
this
.@Nonnull public BusSolutionQuotationText.BusSolutionQuotationTextBuilder plainLongText(@Nullable String plainLongText)
Original property name from the Odata EDM: PlainLongText
this
.@Nonnull public BusSolutionQuotationText build()
Copyright © 2021 SAP SE. All rights reserved.