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 |
environmentId |
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.
|
java.lang.String |
environmentId()
Gets the environmentId.
|
ListFieldsOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String environmentId
protected java.util.List<java.lang.String> collectionIds
protected ListFieldsOptions(ListFieldsOptions.Builder builder)
public ListFieldsOptions.Builder newBuilder()
public java.lang.String environmentId()
The ID of the environment.
public java.util.List<java.lang.String> collectionIds()
A comma-separated list of collection IDs to be queried against.