java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductCharc.ProductCharcBuilder
Enclosing class:
ProductCharc

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

    • valuation

      @Nonnull public ProductCharc.ProductCharcBuilder valuation(ProductCharcValue... value)
      Navigation property to_Valuation for ProductCharc to multiple ProductCharcValue.
      Parameters:
      value - The ProductCharcValues to build this ProductCharc with.
      Returns:
      This Builder to allow for a fluent interface.
    • product

      @Nonnull public ProductCharc.ProductCharcBuilder product(@Nullable String product)
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: Product

      Returns:
      this.
    • charcInternalID

      @Nonnull public ProductCharc.ProductCharcBuilder charcInternalID(@Nullable String charcInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CharcInternalID

      Returns:
      this.
    • classType

      @Nonnull public ProductCharc.ProductCharcBuilder classType(@Nullable String classType)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Returns:
      this.
    • keyDate

      @Nonnull public ProductCharc.ProductCharcBuilder keyDate(@Nullable LocalDateTime keyDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: KeyDate

      Returns:
      this.
    • changeNumber

      @Nonnull public ProductCharc.ProductCharcBuilder changeNumber(@Nullable String changeNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      this.
    • build

      @Nonnull public ProductCharc build()
    • toString

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