Class LglDocStamp.LglDocStampBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaldocument.LglDocStamp.LglDocStampBuilder
- Enclosing class:
- LglDocStamp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()lglCntntMCreatedByUser(String lglCntntMCreatedByUser) Constraints: Not nullable, Maximum length: 12lglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime) Constraints: Not nullable, Precision: 0lglCntntMDocumentStamp(String lglCntntMDocumentStamp) Constraints: Not nullable, Maximum length: 4lglCntntMDocumentStampUUID(UUID lglCntntMDocumentStampUUID) (Key Field) Constraints: Not nullablelglCntntMDocumentUUID(UUID lglCntntMDocumentUUID) Constraints: nonetoString()
-
Method Details
-
lglCntntMDocumentStampUUID
@Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentStampUUID(@Nullable UUID lglCntntMDocumentStampUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocumentStampUUID
- Returns:
this.
-
lglCntntMDocumentUUID
@Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID) Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Returns:
this.
-
lglCntntMDocumentStamp
@Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentStamp(@Nullable String lglCntntMDocumentStamp) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDocumentStamp
- Returns:
this.
-
lglCntntMCreatedUTCDateTime
@Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
- Returns:
this.
-
lglCntntMCreatedByUser
@Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LglCntntMCreatedByUser
- Returns:
this.
-
build
-
toString
-