Class CatalogProfile.CatalogProfileBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.catalogprofile.CatalogProfile.CatalogProfileBuilder
Enclosing class:
CatalogProfile

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

    • catalog

      @Nonnull public CatalogProfile.CatalogProfileBuilder catalog(Catalog... value)
      Navigation property _Catalog for CatalogProfile to multiple Catalog.
      Parameters:
      value - The Catalogs to build this CatalogProfile with.
      Returns:
      This Builder to allow for a fluent interface.
    • maintNotifCatalogProfile

      @Nonnull public CatalogProfile.CatalogProfileBuilder maintNotifCatalogProfile(@Nullable String maintNotifCatalogProfile)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: MaintNotifCatalogProfile

      Returns:
      this.
    • language

      @Nonnull public CatalogProfile.CatalogProfileBuilder language(@Nullable String language)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • maintNotifCatalogProfileText

      @Nonnull public CatalogProfile.CatalogProfileBuilder maintNotifCatalogProfileText(@Nullable String maintNotifCatalogProfileText)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: MaintNotifCatalogProfileText

      Returns:
      this.
    • build

      @Nonnull public CatalogProfile build()
    • toString

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