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