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