Class CnsldtnPlant.CnsldtnPlantBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationplant.CnsldtnPlant.CnsldtnPlantBuilder
Enclosing class:
CnsldtnPlant

public static final class CnsldtnPlant.CnsldtnPlantBuilder extends Object
Helper class to allow for fluent creation of CnsldtnPlant instances.
  • Method Details

    • text

      @Nonnull public CnsldtnPlant.CnsldtnPlantBuilder text(CnsldtnPlantText... value)
      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

      @Nonnull public CnsldtnPlant.CnsldtnPlantBuilder plant(@Nullable String plant)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnPlant.CnsldtnPlantBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • _Messages

      @Nonnull public CnsldtnPlant.CnsldtnPlantBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public CnsldtnPlant build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object