Class StatisticalKeyFigure.StatisticalKeyFigureBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.StatisticalKeyFigure.StatisticalKeyFigureBuilder
- Enclosing class:
- StatisticalKeyFigure
Helper class to allow for fluent creation of StatisticalKeyFigure instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4statisticalKeyFigure(String statisticalKeyFigure) (Key Field) Constraints: Not nullable, Maximum length: 6ststcKeyFigCategory(String ststcKeyFigCategory) Constraints: Not nullable, Maximum length: 1ststcKeyFigQuantityUnit(String ststcKeyFigQuantityUnit) Constraints: Not nullable, Maximum length: 3text(StatisticalKeyFigureText... value) Navigation property to_Text for StatisticalKeyFigure to multiple StatisticalKeyFigureText.toString()
-
Method Details
-
text
@Nonnull public StatisticalKeyFigure.StatisticalKeyFigureBuilder text(StatisticalKeyFigureText... value) Navigation property to_Text for StatisticalKeyFigure to multiple StatisticalKeyFigureText.- Parameters:
value- The StatisticalKeyFigureTexts to build this StatisticalKeyFigure with.- Returns:
- This Builder to allow for a fluent interface.
-
statisticalKeyFigure
@Nonnull public StatisticalKeyFigure.StatisticalKeyFigureBuilder statisticalKeyFigure(@Nullable String statisticalKeyFigure) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: StatisticalKeyFigure
- Returns:
this.
-
controllingArea
@Nonnull public StatisticalKeyFigure.StatisticalKeyFigureBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
ststcKeyFigQuantityUnit
@Nonnull public StatisticalKeyFigure.StatisticalKeyFigureBuilder ststcKeyFigQuantityUnit(@Nullable String ststcKeyFigQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: StstcKeyFigQuantityUnit
- Returns:
this.
-
ststcKeyFigCategory
@Nonnull public StatisticalKeyFigure.StatisticalKeyFigureBuilder ststcKeyFigCategory(@Nullable String ststcKeyFigCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StstcKeyFigCategory
- Returns:
this.
-
build
-
toString
-