Class WBSElement.WBSElementBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.WBSElement.WBSElementBuilder
- Enclosing class:
- WBSElement
Helper class to allow for fluent creation of WBSElement instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnWBSElementT(WBSElementText... value) Navigation property to_CnsldtnWBSElementT for WBSElement to multiple WBSElementText.(Key Field) Constraints: Not nullable, Maximum length: 24toString()wBSElement(String wBSElement) (Key Field) Constraints: Not nullable, Maximum length: 24wBSElement_Text(String wBSElement_Text) Constraints: Not nullable, Maximum length: 40wBSElementInternalID(String wBSElementInternalID) Constraints: Not nullable, Maximum length: 24
-
Method Details
-
cnsldtnWBSElementT
Navigation property to_CnsldtnWBSElementT for WBSElement to multiple WBSElementText.- Parameters:
value- The WBSElementTexts to build this WBSElement with.- Returns:
- This Builder to allow for a fluent interface.
-
wBSElement
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElement
- Returns:
this.
-
wBSElement_Text
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WBSElement_Text
- Returns:
this.
-
project
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public WBSElement.WBSElementBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
wBSElementInternalID
@Nonnull public WBSElement.WBSElementBuilder wBSElementInternalID(@Nullable String wBSElementInternalID) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElementInternalID
- Returns:
this.
-
build
-
toString
-