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

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

    • characteristics

      @Nonnull public RecipeClass.RecipeClassBuilder characteristics(RecipeClassCharc... value)
      Navigation property to_Characteristics for RecipeClass to multiple RecipeClassCharc.
      Parameters:
      value - The RecipeClassCharcs to build this RecipeClass with.
      Returns:
      This Builder to allow for a fluent interface.
    • recipeUUID

      @Nonnull public RecipeClass.RecipeClassBuilder recipeUUID(@Nullable UUID recipeUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeUUID

      Returns:
      this.
    • classInternalID

      @Nonnull public RecipeClass.RecipeClassBuilder classInternalID(@Nullable String classInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ClassInternalID

      Returns:
      this.
    • keyDate

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

      Original property name from the Odata EDM: KeyDate

      Returns:
      this.
    • classType

      @Nonnull public RecipeClass.RecipeClassBuilder classType(@Nullable String classType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Returns:
      this.
    • build

      @Nonnull public RecipeClass build()
    • toString

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