Class CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationfunctionalarea.CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder
- Enclosing class:
- CnsldtnFunctionalArea
Helper class to allow for fluent creation of CnsldtnFunctionalArea instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablefunctionalArea(String functionalArea) (Key Field) Constraints: Not nullable, Maximum length: 16text(CnsldtnFunctionalAreaText... value) Navigation property _Text for CnsldtnFunctionalArea to multiple CnsldtnFunctionalAreaText.toString()
-
Method Details
-
text
@Nonnull public CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder text(CnsldtnFunctionalAreaText... value) Navigation property _Text for CnsldtnFunctionalArea to multiple CnsldtnFunctionalAreaText.- Parameters:
value- The CnsldtnFunctionalAreaTexts to build this CnsldtnFunctionalArea with.- Returns:
- This Builder to allow for a fluent interface.
-
functionalArea
@Nonnull public CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder functionalArea(@Nullable String functionalArea) (Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: FunctionalArea
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnFunctionalArea.CnsldtnFunctionalAreaBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-