Class DatabaseRegistrationPatch

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

    public class DatabaseRegistrationPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    update db body.
    • Method Detail

      • databaseDisplayName

        public java.lang.String databaseDisplayName()
        Gets the databaseDisplayName. New database display name.
        Returns:
        the databaseDisplayName
      • description

        public java.lang.String description()
        Gets the description. New database description.
        Returns:
        the description
      • tags

        public java.util.List<java.lang.String> tags()
        Gets the tags. New tags.
        Returns:
        the tags
      • asPatch

        public java.util.Map<java.lang.String,​java.lang.Object> asPatch()
        Construct a JSON merge-patch from the DatabaseRegistrationPatch. Note that properties of the DatabaseRegistrationPatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.
        Returns:
        a JSON merge-patch for the DatabaseRegistrationPatch