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

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

    • cnsldtnPlant

      @Nonnull public PlantText.PlantTextBuilder cnsldtnPlant(Plant value)
      Navigation property to_CnsldtnPlant for PlantText to single Plant.
      Parameters:
      value - The Plant to build this PlantText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public PlantText.PlantTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • plant

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

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • cnsldtnPlantText

      @Nonnull public PlantText.PlantTextBuilder cnsldtnPlantText(@Nullable String cnsldtnPlantText)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: CnsldtnPlantText

      Returns:
      this.
    • build

      @Nonnull public PlantText build()
    • toString

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