Class ListFieldsOptions

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

public class ListFieldsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listFields options.
  • Method Details

    • newBuilder

      public ListFieldsOptions.Builder newBuilder()
      New builder.
      Returns:
      a ListFieldsOptions builder
    • projectId

      public String projectId()
      Gets the projectId.

      The ID of the project. This information can be found from the *Integrate and Deploy* page in Discovery.

      Returns:
      the projectId
    • collectionIds

      public List<String> collectionIds()
      Gets the collectionIds.

      Comma separated list of the collection IDs. If this parameter is not specified, all collections in the project are used.

      Returns:
      the collectionIds