Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.CatalogObject.Builder
-
Packages that use CatalogObject.Builder Package Description com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of CatalogObject.Builder in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return CatalogObject.Builder Modifier and Type Method Description CatalogObject.BuilderCatalogObject.Builder. addTags(java.lang.String tags)Adds an tags to tags.CatalogObject.BuilderCatalogObject.Builder. catalogId(java.lang.String catalogId)Set the catalogId.CatalogObject.BuilderCatalogObject.Builder. catalogName(java.lang.String catalogName)Set the catalogName.CatalogObject.BuilderCatalogObject.Builder. created(java.util.Date created)Set the created.CatalogObject.BuilderCatalogObject.Builder. crn(java.lang.String crn)Set the crn.CatalogObject.BuilderCatalogObject.Builder. data(java.util.Map<java.lang.String,java.lang.Object> data)Set the data.CatalogObject.BuilderCatalogObject.Builder. id(java.lang.String id)Set the id.CatalogObject.BuilderCatalogObject.Builder. kind(java.lang.String kind)Set the kind.CatalogObject.BuilderCatalogObject.Builder. label(java.lang.String label)Set the label.CatalogObject.BuilderCatalogObject.Builder. labelI18n(java.lang.String labelI18n)Set the labelI18n.CatalogObject.BuilderCatalogObject.Builder. name(java.lang.String name)Set the name.CatalogObject.BuilderCatalogObject. newBuilder()New builder.CatalogObject.BuilderCatalogObject.Builder. parentId(java.lang.String parentId)Set the parentId.CatalogObject.BuilderCatalogObject.Builder. publish(PublishObject publish)Set the publish.CatalogObject.BuilderCatalogObject.Builder. rev(java.lang.String rev)Set the rev.CatalogObject.BuilderCatalogObject.Builder. shortDescription(java.lang.String shortDescription)Set the shortDescription.CatalogObject.BuilderCatalogObject.Builder. shortDescriptionI18n(java.lang.String shortDescriptionI18n)Set the shortDescriptionI18n.CatalogObject.BuilderCatalogObject.Builder. state(State state)Set the state.CatalogObject.BuilderCatalogObject.Builder. tags(java.util.List<java.lang.String> tags)Set the tags.CatalogObject.BuilderCatalogObject.Builder. updated(java.util.Date updated)Set the updated.CatalogObject.BuilderCatalogObject.Builder. url(java.lang.String url)Set the url.
-