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