Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Class ProductClass.ProductClassBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductClass.ProductClassBuilder
- Enclosing class:
- ProductClass
Helper class to allow for fluent creation of ProductClass instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12characteristics(ProductClassCharc... value) Navigation property to_Characteristics for ProductClass to multiple ProductClassCharc.classDetails(ClfnClassForKeyDate value) Navigation property to_ClassDetails for ProductClass to single ClfnClassForKeyDate.classInternalID(String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 90toString()
-
Method Details
-
characteristics
Navigation property to_Characteristics for ProductClass to multiple ProductClassCharc.- Parameters:
value- The ProductClassCharcs to build this ProductClass with.- Returns:
- This Builder to allow for a fluent interface.
-
classDetails
Navigation property to_ClassDetails for ProductClass to single ClfnClassForKeyDate.- Parameters:
value- The ClfnClassForKeyDate to build this ProductClass with.- Returns:
- This Builder to allow for a fluent interface.
-
product
(Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: Product
- Returns:
this.
-
classInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
keyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
changeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
classType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
this.
-
build
-
toString
-