java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeCharc.RecipeCharcBuilder
Enclosing class:
RecipeCharc

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

    • valuation

      @Nonnull public RecipeCharc.RecipeCharcBuilder valuation(RecipeCharcValue... value)
      Navigation property to_Valuation for RecipeCharc to multiple RecipeCharcValue.
      Parameters:
      value - The RecipeCharcValues to build this RecipeCharc with.
      Returns:
      This Builder to allow for a fluent interface.
    • recipeUUID

      @Nonnull public RecipeCharc.RecipeCharcBuilder recipeUUID(@Nullable UUID recipeUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeUUID

      Returns:
      this.
    • charcInternalID

      @Nonnull public RecipeCharc.RecipeCharcBuilder 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 RecipeCharc.RecipeCharcBuilder 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 RecipeCharc.RecipeCharcBuilder keyDate(@Nullable LocalDateTime keyDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: KeyDate

      Returns:
      this.
    • build

      @Nonnull public RecipeCharc build()
    • toString

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