Class IndexResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.IndexResult
All Implemented Interfaces:
ObjectModel

public class IndexResult extends GenericModel
Schema for the result of creating an index.
  • Method Details

    • getId

      public String getId()
      Gets the id. Id of the design document the index was created in.
      Returns:
      the id
    • getName

      public String getName()
      Gets the name. Name of the index created.
      Returns:
      the name
    • getResult

      public String getResult()
      Gets the result. Flag to show whether the index was created or one already exists.
      Returns:
      the result