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.Builder
CatalogObject.Builder. addTags(java.lang.String tags)
Adds an tags to tags.CatalogObject.Builder
CatalogObject.Builder. catalogId(java.lang.String catalogId)
Set the catalogId.CatalogObject.Builder
CatalogObject.Builder. catalogName(java.lang.String catalogName)
Set the catalogName.CatalogObject.Builder
CatalogObject.Builder. created(java.util.Date created)
Set the created.CatalogObject.Builder
CatalogObject.Builder. crn(java.lang.String crn)
Set the crn.CatalogObject.Builder
CatalogObject.Builder. data(java.util.Map<java.lang.String,java.lang.Object> data)
Set the data.CatalogObject.Builder
CatalogObject.Builder. id(java.lang.String id)
Set the id.CatalogObject.Builder
CatalogObject.Builder. kind(java.lang.String kind)
Set the kind.CatalogObject.Builder
CatalogObject.Builder. label(java.lang.String label)
Set the label.CatalogObject.Builder
CatalogObject.Builder. labelI18n(java.lang.String labelI18n)
Set the labelI18n.CatalogObject.Builder
CatalogObject.Builder. name(java.lang.String name)
Set the name.CatalogObject.Builder
CatalogObject. newBuilder()
New builder.CatalogObject.Builder
CatalogObject.Builder. parentId(java.lang.String parentId)
Set the parentId.CatalogObject.Builder
CatalogObject.Builder. publish(PublishObject publish)
Set the publish.CatalogObject.Builder
CatalogObject.Builder. rev(java.lang.String rev)
Set the rev.CatalogObject.Builder
CatalogObject.Builder. shortDescription(java.lang.String shortDescription)
Set the shortDescription.CatalogObject.Builder
CatalogObject.Builder. shortDescriptionI18n(java.lang.String shortDescriptionI18n)
Set the shortDescriptionI18n.CatalogObject.Builder
CatalogObject.Builder. state(State state)
Set the state.CatalogObject.Builder
CatalogObject.Builder. tags(java.util.List<java.lang.String> tags)
Set the tags.CatalogObject.Builder
CatalogObject.Builder. updated(java.util.Date updated)
Set the updated.CatalogObject.Builder
CatalogObject.Builder. url(java.lang.String url)
Set the url.
-