Package com.ibm.cloud.cloudant.v1.model
Class GetSchedulerDocumentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.GetSchedulerDocumentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSchedulerDocumentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getSchedulerDocument options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSchedulerDocumentOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
docId()
Gets the docId.GetSchedulerDocumentOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetSchedulerDocumentOptions.Builder newBuilder()
New builder.- Returns:
- a GetSchedulerDocumentOptions builder
-
docId
public String docId()
Gets the docId. Path parameter to specify the document ID.- Returns:
- the docId
-
-