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