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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListFieldsOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description List<String>
collectionIds()
Gets the collectionIds.ListFieldsOptions.Builder
newBuilder()
New builder.String
projectId()
Gets the projectId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ListFieldsOptions builder
-
projectId
Gets the projectId.The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
- Returns:
- the projectId
-
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
-