Class WBSElementText.WBSElementTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.WBSElementText.WBSElementTextBuilder
- Enclosing class:
- WBSElementText
Helper class to allow for fluent creation of WBSElementText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnWBSElement(WBSElement... value) Navigation property to_CnsldtnWBSElement for WBSElementText to multiple WBSElement.(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 24toString()wBSElement(String wBSElement) (Key Field) Constraints: Not nullable, Maximum length: 24wBSElementText(String wBSElementText) Constraints: Not nullable, Maximum length: 40
-
Method Details
-
cnsldtnWBSElement
Navigation property to_CnsldtnWBSElement for WBSElementText to multiple WBSElement.- Parameters:
value- The WBSElements to build this WBSElementText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
wBSElement
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElement
- Returns:
this.
-
project
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
this.
-
wBSElementText
@Nonnull public WBSElementText.WBSElementTextBuilder wBSElementText(@Nullable String wBSElementText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WBSElementText
- Returns:
this.
-
build
-
toString
-