public static final class RecipeCharc.RecipeCharcBuilder extends Object
Modifier and Type | Method and Description |
---|---|
RecipeCharc |
build() |
RecipeCharc.RecipeCharcBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
RecipeCharc.RecipeCharcBuilder |
classType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
RecipeCharc.RecipeCharcBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
RecipeCharc.RecipeCharcBuilder |
recipeUUID(UUID recipeUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
RecipeCharc.RecipeCharcBuilder |
valuation(RecipeCharcValue... value)
Navigation property to_Valuation for RecipeCharc to multiple RecipeCharcValue.
|
@Nonnull public RecipeCharc.RecipeCharcBuilder valuation(RecipeCharcValue... value)
value
- The RecipeCharcValues to build this RecipeCharc with.@Nonnull public RecipeCharc.RecipeCharcBuilder recipeUUID(@Nullable UUID recipeUUID)
Original property name from the Odata EDM: RecipeUUID
this
.@Nonnull public RecipeCharc.RecipeCharcBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.@Nonnull public RecipeCharc.RecipeCharcBuilder classType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
this
.@Nonnull public RecipeCharc.RecipeCharcBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.@Nonnull public RecipeCharc build()
Copyright © 2021 SAP SE. All rights reserved.