public static class ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ClfnClassDescForKeyDate |
build() |
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
classDescription(String classDescription)
Constraints: Not nullable, Maximum length: 40
|
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
classInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
classLastChangedDateTime(ZonedDateTime classLastChangedDateTime)
Constraints: Not nullable, Precision: 7
|
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classDescription(@Nullable String classDescription)
Original property name from the Odata EDM: ClassDescription
this
.public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.public ClfnClassDescForKeyDate.ClfnClassDescForKeyDateBuilder classLastChangedDateTime(@Nullable ZonedDateTime classLastChangedDateTime)
Original property name from the Odata EDM: ClassLastChangedDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
this
.public ClfnClassDescForKeyDate build()
Copyright © 2020 SAP SE. All rights reserved.