public class PullBatchesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
PullBatchesOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
batchId()
Gets the batchId.
|
String |
collectionId()
Gets the collectionId.
|
PullBatchesOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
public PullBatchesOptions.Builder newBuilder()
public String projectId()
The Universally Unique Identifier (UUID) of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String collectionId()
The Universally Unique Identifier (UUID) of the collection.
public String batchId()
The Universally Unique Identifier (UUID) of the document batch that is being requested from Discovery.
Copyright © 2024 IBM Cloud. All rights reserved.