Class CreateCatalogOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.CreateCatalogOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateCatalogOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createCatalog options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateCatalogOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterscatalogFilters()Gets the catalogFilters.java.lang.StringcatalogIconUrl()Gets the catalogIconUrl.java.lang.Booleandisabled()Gets the disabled.java.util.List<Feature>features()Gets the features.java.lang.Stringid()Gets the id.java.lang.Stringkind()Gets the kind.java.lang.Stringlabel()Gets the label.CreateCatalogOptions.BuildernewBuilder()New builder.java.lang.StringowningAccount()Gets the owningAccount.java.lang.StringresourceGroupId()Gets the resourceGroupId.java.lang.Stringrev()Gets the rev.java.lang.StringshortDescription()Gets the shortDescription.SyndicationResourcesyndicationSettings()Gets the syndicationSettings.java.util.List<java.lang.String>tags()Gets the tags.
-
-
-
Method Detail
-
newBuilder
public CreateCatalogOptions.Builder newBuilder()
New builder.- Returns:
- a CreateCatalogOptions builder
-
id
public java.lang.String id()
Gets the id. Unique ID.- Returns:
- the id
-
rev
public java.lang.String rev()
Gets the rev. Cloudant revision.- Returns:
- the rev
-
label
public java.lang.String label()
Gets the label. Display Name in the requested language.- Returns:
- the label
-
shortDescription
public java.lang.String shortDescription()
Gets the shortDescription. Description in the requested language.- Returns:
- the shortDescription
-
catalogIconUrl
public java.lang.String catalogIconUrl()
Gets the catalogIconUrl. URL for an icon associated with this catalog.- Returns:
- the catalogIconUrl
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. List of tags associated with this catalog.- Returns:
- the tags
-
features
public java.util.List<Feature> features()
Gets the features. List of features associated with this catalog.- Returns:
- the features
-
disabled
public java.lang.Boolean disabled()
Gets the disabled. Denotes whether a catalog is disabled.- Returns:
- the disabled
-
resourceGroupId
public java.lang.String resourceGroupId()
Gets the resourceGroupId. Resource group id the catalog is owned by.- Returns:
- the resourceGroupId
-
owningAccount
public java.lang.String owningAccount()
Gets the owningAccount. Account that owns catalog.- Returns:
- the owningAccount
-
catalogFilters
public Filters catalogFilters()
Gets the catalogFilters. Filters for account and catalog filters.- Returns:
- the catalogFilters
-
syndicationSettings
public SyndicationResource syndicationSettings()
Gets the syndicationSettings. Feature information.- Returns:
- the syndicationSettings
-
kind
public java.lang.String kind()
Gets the kind. Kind of catalog. Supported kinds are offering and vpe.- Returns:
- the kind
-
-