Class Plant.PlantBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Plant.PlantBuilder
- Enclosing class:
- Plant
Helper class to allow for fluent creation of Plant instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnPlantT(PlantText... value) Navigation property to_CnsldtnPlantT for Plant to multiple PlantText.(Key Field) Constraints: Not nullable, Maximum length: 4plant_Text(String plant_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnPlantT
Navigation property to_CnsldtnPlantT for Plant to multiple PlantText.- Parameters:
value- The PlantTexts to build this Plant 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
- Returns:
this.
-
plant_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Plant_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public Plant.PlantBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-