Class CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcontrollingarea.CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder
- Enclosing class:
- CnsldtnControllingAreaText
public static final class CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder
extends Object
Helper class to allow for fluent creation of CnsldtnControllingAreaText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableNavigation property _ControllingArea for CnsldtnControllingAreaText to single CnsldtnControllingArea.controllingArea(String value) (Key Field) Constraints: Not nullable, Maximum length: 4controllingAreaName(String controllingAreaName) Constraints: Not nullable, Maximum length: 25(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
controllingArea
@Nonnull public CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder controllingArea(CnsldtnControllingArea value) Navigation property _ControllingArea for CnsldtnControllingAreaText to single CnsldtnControllingArea.- Parameters:
value- The CnsldtnControllingArea to build this CnsldtnControllingAreaText with.- Returns:
- This Builder to allow for a fluent interface.
-
controllingArea
@Nonnull public CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder controllingArea(String value) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Parameters:
value- The controllingArea to build this CnsldtnControllingAreaText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
controllingAreaName
@Nonnull public CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder controllingAreaName(@Nullable String controllingAreaName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ControllingAreaName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnControllingAreaText.CnsldtnControllingAreaTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-