Class RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder
- Enclosing class:
- RecProcEquipRqmtCharc
Helper class to allow for fluent creation of RecProcEquipRqmtCharc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 3keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0recipeProcessEquipRqmtUUID(UUID recipeProcessEquipRqmtUUID) (Key Field) Constraints: Not nullabletoString()valuation(RecProcEquipRqmtCharcValue... value) Navigation property to_Valuation for RecProcEquipRqmtCharc to multiple RecProcEquipRqmtCharcValue.
-
Method Details
-
valuation
@Nonnull public RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder valuation(RecProcEquipRqmtCharcValue... value) Navigation property to_Valuation for RecProcEquipRqmtCharc to multiple RecProcEquipRqmtCharcValue.- Parameters:
value- The RecProcEquipRqmtCharcValues to build this RecProcEquipRqmtCharc with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessEquipRqmtUUID
@Nonnull public RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder recipeProcessEquipRqmtUUID(@Nullable UUID recipeProcessEquipRqmtUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessEquipRqmtUUID
- Returns:
this.
-
charcInternalID
@Nonnull public RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder charcInternalID(@Nullable String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
classType
@Nonnull public RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder classType(@Nullable String classType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
this.
-
keyDate
@Nonnull public RecProcEquipRqmtCharc.RecProcEquipRqmtCharcBuilder keyDate(@Nullable LocalDateTime keyDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
build
-
toString
-