Class CnsldtnPlantText.CnsldtnPlantTextBuilder

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

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

    • plant

      Navigation property _Plant for CnsldtnPlantText to single CnsldtnPlant.
      Parameters:
      value - The CnsldtnPlant to build this CnsldtnPlantText with.
      Returns:
      This Builder to allow for a fluent interface.
    • plant

      @Nonnull public CnsldtnPlantText.CnsldtnPlantTextBuilder plant(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Parameters:
      value - The plant to build this CnsldtnPlantText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • plantName

      @Nonnull public CnsldtnPlantText.CnsldtnPlantTextBuilder plantName(@Nullable String plantName)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PlantName

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnPlantText.CnsldtnPlantTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • build

      @Nonnull public CnsldtnPlantText build()
    • toString

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