Class SelfBillingValueItemText.SelfBillingValueItemTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesanddistributiondocumentorderreason.SelfBillingValueItemText.SelfBillingValueItemTextBuilder
- Enclosing class:
- SelfBillingValueItemText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2selfBillingValueItem(String selfBillingValueItem) (Key Field) Constraints: Not nullable, Maximum length: 1selfBillingValueItemDesc(String selfBillingValueItemDesc) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
selfBillingValueItem
@Nonnull public SelfBillingValueItemText.SelfBillingValueItemTextBuilder selfBillingValueItem(@Nullable String selfBillingValueItem) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SelfBillingValueItem
- Returns:
this.
-
language
@Nonnull public SelfBillingValueItemText.SelfBillingValueItemTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
selfBillingValueItemDesc
@Nonnull public SelfBillingValueItemText.SelfBillingValueItemTextBuilder selfBillingValueItemDesc(@Nullable String selfBillingValueItemDesc) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SelfBillingValueItemDesc
- Returns:
this.
-
build
-
toString
-