Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Class ProductClassCharc.ProductClassCharcBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductClassCharc.ProductClassCharcBuilder
- Enclosing class:
- ProductClassCharc
Helper class to allow for fluent creation of ProductClassCharc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10classInternalID(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()valuation(ProductCharcValue... value) Navigation property to_Valuation for ProductClassCharc to multiple ProductCharcValue.
-
Method Details
-
valuation
Navigation property to_Valuation for ProductClassCharc to multiple ProductCharcValue.- Parameters:
value- The ProductCharcValues to build this ProductClassCharc 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
@Nonnull public ProductClassCharc.ProductClassCharcBuilder classInternalID(@Nullable String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
charcInternalID
@Nonnull public ProductClassCharc.ProductClassCharcBuilder charcInternalID(@Nullable String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
keyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
changeNumber
@Nonnull public ProductClassCharc.ProductClassCharcBuilder changeNumber(@Nullable String 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
-