Class ReplaceObjectOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ReplaceObjectOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReplaceObjectOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe replaceObject options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplaceObjectOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogId()Gets the catalogId.java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.StringcatalogName()Gets the catalogName.java.util.Datecreated()Gets the created.java.lang.Stringcrn()Gets the crn.java.util.Map<java.lang.String,java.lang.Object>data()Gets the data.java.lang.Stringid()Gets the id.java.lang.Stringkind()Gets the kind.java.lang.Stringlabel()Gets the label.java.lang.StringlabelI18n()Gets the labelI18n.java.lang.Stringname()Gets the name.ReplaceObjectOptions.BuildernewBuilder()New builder.java.lang.StringobjectIdentifier()Gets the objectIdentifier.java.lang.StringparentId()Gets the parentId.PublishObjectpublish()Gets the publish.java.lang.Stringrev()Gets the rev.java.lang.StringshortDescription()Gets the shortDescription.java.lang.StringshortDescriptionI18n()Gets the shortDescriptionI18n.Statestate()Gets the state.java.util.List<java.lang.String>tags()Gets the tags.java.util.Dateupdated()Gets the updated.java.lang.Stringurl()Gets the url.
-
-
-
Method Detail
-
newBuilder
public ReplaceObjectOptions.Builder newBuilder()
New builder.- Returns:
- a ReplaceObjectOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
objectIdentifier
public java.lang.String objectIdentifier()
Gets the objectIdentifier. Object identifier.- Returns:
- the objectIdentifier
-
id
public java.lang.String id()
Gets the id. unique id.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name. The programmatic name of this offering.- Returns:
- the name
-
rev
public java.lang.String rev()
Gets the rev. Cloudant revision.- Returns:
- the rev
-
crn
public java.lang.String crn()
Gets the crn. The crn for this specific object.- Returns:
- the crn
-
url
public java.lang.String url()
Gets the url. The url for this specific object.- Returns:
- the url
-
parentId
public java.lang.String parentId()
Gets the parentId. The parent for this specific object.- Returns:
- the parentId
-
labelI18n
public java.lang.String labelI18n()
Gets the labelI18n. Translated display name in the requested language.- Returns:
- the labelI18n
-
label
public java.lang.String label()
Gets the label. Display name in the requested language.- Returns:
- the label
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. List of tags associated with this catalog.- Returns:
- the tags
-
created
public java.util.Date created()
Gets the created. The date and time this catalog was created.- Returns:
- the created
-
updated
public java.util.Date updated()
Gets the updated. The date and time this catalog was last updated.- Returns:
- the updated
-
shortDescription
public java.lang.String shortDescription()
Gets the shortDescription. Short description in the requested language.- Returns:
- the shortDescription
-
shortDescriptionI18n
public java.lang.String shortDescriptionI18n()
Gets the shortDescriptionI18n. Short description translation.- Returns:
- the shortDescriptionI18n
-
kind
public java.lang.String kind()
Gets the kind. Kind of object.- Returns:
- the kind
-
publish
public PublishObject publish()
Gets the publish. Publish information.- Returns:
- the publish
-
state
public State state()
Gets the state. Offering state.- Returns:
- the state
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. The id of the catalog containing this offering.- Returns:
- the catalogId
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. The name of the catalog.- Returns:
- the catalogName
-
data
public java.util.Map<java.lang.String,java.lang.Object> data()
Gets the data. Map of data values for this object.- Returns:
- the data
-
-