Class CnsldtnPlant.CnsldtnPlantBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant.CnsldtnPlant.CnsldtnPlantBuilder
- Enclosing class:
- CnsldtnPlant
Helper class to allow for fluent creation of CnsldtnPlant instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4text(CnsldtnPlantText... value) Navigation property _Text for CnsldtnPlant to multiple CnsldtnPlantText.toString()
-
Method Details
-
text
Navigation property _Text for CnsldtnPlant to multiple CnsldtnPlantText.- Parameters:
value- The CnsldtnPlantTexts to build this CnsldtnPlant 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.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnPlant.CnsldtnPlantBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnPlant.CnsldtnPlantBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-