Class LegalContextDate.LegalContextDateBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.legalcontext.LegalContextDate.LegalContextDateBuilder
Enclosing class:
LegalContextDate

public static final class LegalContextDate.LegalContextDateBuilder extends Object
Helper class to allow for fluent creation of LegalContextDate instances.
  • Method Details

    • lcmContextTP

      @Nonnull public LegalContextDate.LegalContextDateBuilder lcmContextTP(LegalContext value)
      Navigation property _LCMContextTP for LegalContextDate to single LegalContext.
      Parameters:
      value - The LegalContext to build this LegalContextDate with.
      Returns:
      This Builder to allow for a fluent interface.
    • lglCntntMCntxtDateUUID

      @Nonnull public LegalContextDate.LegalContextDateBuilder lglCntntMCntxtDateUUID(@Nullable UUID lglCntntMCntxtDateUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMCntxtDateUUID

      Returns:
      this.
    • lglCntntMContextUUID

      @Nonnull public LegalContextDate.LegalContextDateBuilder lglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMContextUUID

      Returns:
      this.
    • lglCntntMDateType

      @Nonnull public LegalContextDate.LegalContextDateBuilder lglCntntMDateType(@Nullable String lglCntntMDateType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LglCntntMDateType

      Returns:
      this.
    • lglCntntMIsMandatory

      @Nonnull public LegalContextDate.LegalContextDateBuilder lglCntntMIsMandatory(@Nullable Boolean lglCntntMIsMandatory)
      Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMIsMandatory

      Returns:
      this.
    • lglCntntMIsIntegRelevant

      @Nonnull public LegalContextDate.LegalContextDateBuilder lglCntntMIsIntegRelevant(@Nullable Boolean lglCntntMIsIntegRelevant)
      Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMIsIntegRelevant

      Returns:
      this.
    • build

      @Nonnull public LegalContextDate build()
    • toString

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