Class CnsldtnPlantText.CnsldtnPlantTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant.CnsldtnPlantText.CnsldtnPlantTextBuilder
- Enclosing class:
- CnsldtnPlantText
Helper class to allow for fluent creation of CnsldtnPlantText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2plant(CnsldtnPlant value) Navigation property _Plant for CnsldtnPlantText to single CnsldtnPlant.(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
plant
Navigation property _Plant for CnsldtnPlantText to single CnsldtnPlant.- Parameters:
value- The CnsldtnPlant to build this CnsldtnPlantText with.- Returns:
- This Builder to allow for a fluent interface.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
value- The plant to build this CnsldtnPlantText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
plantName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PlantName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnPlantText.CnsldtnPlantTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-