public class ListFieldsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ListFieldsOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
collectionIds |
protected java.lang.String |
projectId |
Modifier | Constructor and Description |
---|---|
protected |
ListFieldsOptions(ListFieldsOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
collectionIds()
Gets the collectionIds.
|
ListFieldsOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
projectId()
Gets the projectId.
|
protected java.lang.String projectId
protected java.util.List<java.lang.String> collectionIds
protected ListFieldsOptions(ListFieldsOptions.Builder builder)
public ListFieldsOptions.Builder newBuilder()
public java.lang.String projectId()
The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
public java.util.List<java.lang.String> collectionIds()
Comma separated list of the collection IDs. If this parameter is not specified, all collections in the project are used.