java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Plant.PlantBuilder
Enclosing class:
Plant

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

    • cnsldtnPlantT

      @Nonnull public Plant.PlantBuilder cnsldtnPlantT(PlantText... value)
      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

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

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • plant_Text

      @Nonnull public Plant.PlantBuilder plant_Text(@Nullable String plant_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Plant_Text

      Returns:
      this.
    • additionalMasterDataSource

      @Nonnull public Plant.PlantBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public Plant build()
    • toString

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