Class ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.classdataforclassification.ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder
- Enclosing class:
- ClfnClassDescForKeyDate
Helper class to allow for fluent creation of ClfnClassDescForKeyDate instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()classDescription(String classDescription) Constraints: Not nullable, Maximum length: 40classInternalID(String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10classLastChangedDateTime(ZonedDateTime classLastChangedDateTime) Constraints: Not nullable, Precision: 7classProperty(ClfnClassForKeyDate value) Navigation property to_Class for ClfnClassDescForKeyDate to single ClfnClassForKeyDate.keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 2toString()Constraints: none
-
Method Details
-
classProperty
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classProperty(ClfnClassForKeyDate value) Navigation property to_Class for ClfnClassDescForKeyDate to single ClfnClassForKeyDate.- Parameters:
value- The ClfnClassForKeyDate to build this ClfnClassDescForKeyDate with.- Returns:
- This Builder to allow for a fluent interface.
-
update_mc
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
classInternalID
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classInternalID(@Nullable String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
language
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
classDescription
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classDescription(@Nullable String classDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ClassDescription
- Returns:
this.
-
keyDate
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder keyDate(@Nullable LocalDateTime keyDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
classLastChangedDateTime
@Nonnull public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classLastChangedDateTime(@Nullable ZonedDateTime classLastChangedDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: ClassLastChangedDateTime
- Returns:
this.
-
build
-
toString
-