Class CnsldtnProduct.CnsldtnProductBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct.CnsldtnProduct.CnsldtnProductBuilder
Enclosing class:
CnsldtnProduct

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

    • text

      Navigation property _Text for CnsldtnProduct to multiple CnsldtnProductText.
      Parameters:
      value - The CnsldtnProductTexts to build this CnsldtnProduct with.
      Returns:
      This Builder to allow for a fluent interface.
    • product

      @Nonnull public CnsldtnProduct.CnsldtnProductBuilder product(@Nullable String product)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Product

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnProduct.CnsldtnProductBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public CnsldtnProduct build()
    • toString

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