Class LegalContextCategory.LegalContextCategoryBuilder

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

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

    • lcmContextParentCategoryTP

      @Nonnull public LegalContextCategory.LegalContextCategoryBuilder lcmContextParentCategoryTP(LegalContextParentCategory value)
      Navigation property _LCMContextParentCategoryTP for LegalContextCategory to single LegalContextParentCategory.
      Parameters:
      value - The LegalContextParentCategory to build this LegalContextCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • lcmContextTP

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

      @Nonnull public LegalContextCategory.LegalContextCategoryBuilder lglCntntMCntxtCategoryUUID(@Nullable UUID lglCntntMCntxtCategoryUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMCntxtCategoryUUID

      Returns:
      this.
    • lglCntntMCntxtParCategoryUUID

      @Nonnull public LegalContextCategory.LegalContextCategoryBuilder lglCntntMCntxtParCategoryUUID(@Nullable UUID lglCntntMCntxtParCategoryUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMCntxtParCategoryUUID

      Returns:
      this.
    • lglCntntMContextUUID

      @Nonnull public LegalContextCategory.LegalContextCategoryBuilder lglCntntMContextUUID(@Nullable UUID lglCntntMContextUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: LglCntntMContextUUID

      Returns:
      this.
    • lglCntntMCategory

      @Nonnull public LegalContextCategory.LegalContextCategoryBuilder lglCntntMCategory(@Nullable String lglCntntMCategory)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: LglCntntMCategory

      Returns:
      this.
    • build

      @Nonnull public LegalContextCategory build()
    • toString

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