Class UpdateServiceIdOptions

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Gets the description.
      java.lang.String id()
      Gets the id.
      java.lang.String ifMatch()
      Gets the ifMatch.
      java.lang.String name()
      Gets the name.
      UpdateServiceIdOptions.Builder newBuilder()
      New builder.
      java.lang.String showGroupId()
      Gets the showGroupId.
      java.util.List<java.lang.String> uniqueInstanceCrns()
      Gets the uniqueInstanceCrns.
      • 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

      • id

        public java.lang.String id()
        Gets the id. Unique ID of the service ID to be updated.
        Returns:
        the id
      • ifMatch

        public java.lang.String ifMatch()
        Gets the ifMatch. Version of the service ID to be updated. Specify the version that you retrieved as entity_tag (ETag header) when reading the service ID. This value helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result in stale updates.
        Returns:
        the ifMatch
      • name

        public java.lang.String name()
        Gets the name. The name of the service ID to update. If specified in the request the parameter must not be empty. The name is not checked for uniqueness. Failure to this will result in an Error condition.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. The description of the service ID to update. If specified an empty description will clear the description of the service ID. If an non empty value is provided the service ID will be updated.
        Returns:
        the description
      • uniqueInstanceCrns

        public java.util.List<java.lang.String> uniqueInstanceCrns()
        Gets the uniqueInstanceCrns. List of CRNs which point to the services connected to this service ID. If specified an empty list will clear all existing unique instance crns of the service ID.
        Returns:
        the uniqueInstanceCrns
      • showGroupId

        public java.lang.String showGroupId()
        Gets the showGroupId. Defines if the service ID group ID is included in the response.
        Returns:
        the showGroupId