Class DeleteCollectionResponse

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DeleteCollectionResponse
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DeleteCollectionResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Response object returned when deleting a colleciton.
  • Constructor Details

    • DeleteCollectionResponse

      public DeleteCollectionResponse()
  • Method Details

    • getCollectionId

      public String getCollectionId()
      Gets the collectionId.

      The unique identifier of the collection that is being deleted.

      Returns:
      the collectionId
    • getStatus

      public String getStatus()
      Gets the status.

      The status of the collection. The status of a successful deletion operation is `deleted`.

      Returns:
      the status