public class GetDocumentStatusOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetDocumentStatusOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
documentId()
Gets the documentId.
|
String |
environmentId()
Gets the environmentId.
|
GetDocumentStatusOptions.Builder |
newBuilder()
New builder.
|
public GetDocumentStatusOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String collectionId()
The ID of the collection.
public String documentId()
The ID of the document.
Copyright © 2024 IBM Cloud. All rights reserved.