Class LglDocStamp.LglDocStampBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaldocument.LglDocStamp.LglDocStampBuilder
Enclosing class:
LglDocStamp

public static class LglDocStamp.LglDocStampBuilder extends Object
  • Method Details

    • lglCntntMDocumentStampUUID

      @Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentStampUUID(@Nullable UUID lglCntntMDocumentStampUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMDocumentStampUUID

      Returns:
      this.
    • lglCntntMDocumentUUID

      @Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID)
      Constraints: none

      Original property name from the Odata EDM: LglCntntMDocumentUUID

      Returns:
      this.
    • lglCntntMDocumentStamp

      @Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMDocumentStamp(@Nullable String lglCntntMDocumentStamp)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMDocumentStamp

      Returns:
      this.
    • lglCntntMCreatedUTCDateTime

      @Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime

      Returns:
      this.
    • lglCntntMCreatedByUser

      @Nonnull public LglDocStamp.LglDocStampBuilder lglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LglCntntMCreatedByUser

      Returns:
      this.
    • build

      @Nonnull public LglDocStamp build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object