public static class ListFieldsOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String projectId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ListFieldsOptions.Builder |
addCollectionIds(String collectionIds)
Adds a new element to collectionIds.
|
ListFieldsOptions |
build()
Builds a ListFieldsOptions.
|
ListFieldsOptions.Builder |
collectionIds(List<String> collectionIds)
Set the collectionIds.
|
ListFieldsOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public Builder()
public Builder(String projectId)
projectId
- the projectIdpublic ListFieldsOptions build()
public ListFieldsOptions.Builder addCollectionIds(String collectionIds)
collectionIds
- the new element to be addedpublic ListFieldsOptions.Builder projectId(String projectId)
projectId
- the projectIdpublic ListFieldsOptions.Builder collectionIds(List<String> collectionIds)
collectionIds
- the collectionIdsCopyright © 2024 IBM Cloud. All rights reserved.