Class Catalog.CatalogBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.catalogprofile.Catalog.CatalogBuilder
- Enclosing class:
- Catalog
Helper class to allow for fluent creation of Catalog instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()catalogProfile(CatalogProfile value) Navigation property _CatalogProfile for Catalog to single CatalogProfile.maintNotifCatalogProfile(String maintNotifCatalogProfile) (Key Field) Constraints: Not nullable, Maximum length: 9maintNotifCodeGrpSrchPattern(String maintNotifCodeGrpSrchPattern) (Key Field) Constraints: Not nullable, Maximum length: 8maintNotificationCatalog(String maintNotificationCatalog) (Key Field) Constraints: Not nullable, Maximum length: 1maintNotificationCatalogText(String maintNotificationCatalogText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
catalogProfile
Navigation property _CatalogProfile for Catalog to single CatalogProfile.- Parameters:
value- The CatalogProfile to build this Catalog with.- Returns:
- This Builder to allow for a fluent interface.
-
maintNotifCatalogProfile
@Nonnull public Catalog.CatalogBuilder maintNotifCatalogProfile(@Nullable String maintNotifCatalogProfile) (Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaintNotifCatalogProfile
- Returns:
this.
-
maintNotificationCatalog
@Nonnull public Catalog.CatalogBuilder maintNotificationCatalog(@Nullable String maintNotificationCatalog) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MaintNotificationCatalog
- Returns:
this.
-
maintNotifCodeGrpSrchPattern
@Nonnull public Catalog.CatalogBuilder maintNotifCodeGrpSrchPattern(@Nullable String maintNotifCodeGrpSrchPattern) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MaintNotifCodeGrpSrchPattern
- Returns:
this.
-
maintNotificationCatalogText
@Nonnull public Catalog.CatalogBuilder maintNotificationCatalogText(@Nullable String maintNotificationCatalogText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotificationCatalogText
- Returns:
this.
-
build
-
toString
-