Package com.merative.acd.v1.model
Class GetAnnotatorOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.GetAnnotatorOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAnnotatorOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getAnnotator options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAnnotatorOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.GetAnnotatorOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetAnnotatorOptions.Builder newBuilder()
New builder.- Returns:
- a GetAnnotatorOptions builder
-
id
public java.lang.String id()
Gets the id. The ID the Service API was registered under.- Returns:
- the id
-
-