Class ReplaceObjectOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ReplaceObjectOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The replaceObject options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String catalogId()
      Gets the catalogId.
      java.lang.String catalogIdentifier()
      Gets the catalogIdentifier.
      java.lang.String catalogName()
      Gets the catalogName.
      java.util.Date created()
      Gets the created.
      java.lang.String crn()
      Gets the crn.
      java.util.Map<java.lang.String,​java.lang.Object> data()
      Gets the data.
      java.lang.String id()
      Gets the id.
      java.lang.String kind()
      Gets the kind.
      java.lang.String label()
      Gets the label.
      java.lang.String labelI18n()
      Gets the labelI18n.
      java.lang.String name()
      Gets the name.
      ReplaceObjectOptions.Builder newBuilder()
      New builder.
      java.lang.String objectIdentifier()
      Gets the objectIdentifier.
      java.lang.String parentId()
      Gets the parentId.
      PublishObject publish()
      Gets the publish.
      java.lang.String rev()
      Gets the rev.
      java.lang.String shortDescription()
      Gets the shortDescription.
      java.lang.String shortDescriptionI18n()
      Gets the shortDescriptionI18n.
      State state()
      Gets the state.
      java.util.List<java.lang.String> tags()
      Gets the tags.
      java.util.Date updated()
      Gets the updated.
      java.lang.String url()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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