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