Class StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder
- Enclosing class:
- StatisticalKeyFigureText
Helper class to allow for fluent creation of StatisticalKeyFigureText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_StatisticalKeyFigure for StatisticalKeyFigureText to single StatisticalKeyFigure.statisticalKeyFigure(String value) (Key Field) Constraints: Not nullable, Maximum length: 6statisticalKeyFigureName(String statisticalKeyFigureName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
statisticalKeyFigure
@Nonnull public StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder statisticalKeyFigure(StatisticalKeyFigure value) Navigation property to_StatisticalKeyFigure for StatisticalKeyFigureText to single StatisticalKeyFigure.- Parameters:
value- The StatisticalKeyFigure to build this StatisticalKeyFigureText with.- Returns:
- This Builder to allow for a fluent interface.
-
statisticalKeyFigure
@Nonnull public StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder statisticalKeyFigure(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: StatisticalKeyFigure
- Parameters:
value- The statisticalKeyFigure to build this StatisticalKeyFigureText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
controllingArea
@Nonnull public StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
statisticalKeyFigureName
@Nonnull public StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder statisticalKeyFigureName(@Nullable String statisticalKeyFigureName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StatisticalKeyFigureName
- Returns:
this.
-
build
-
toString
-