Package com.merative.acd.v1.model
Class AnnotatorFlow
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.AnnotatorFlow
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AnnotatorFlow extends com.ibm.cloud.sdk.core.service.model.GenericModelAnnotatorFlow.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAnnotatorFlow.BuilderBuilder.
 - 
Constructor SummaryConstructors Constructor Description AnnotatorFlow()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Flowflow()Gets the flow.AnnotatorFlow.BuildernewBuilder()New builder.java.lang.Stringprofile()Gets the profile.
 
- 
- 
- 
Method Detail- 
newBuilderpublic AnnotatorFlow.Builder newBuilder() New builder.- Returns:
- a AnnotatorFlow builder
 
 - 
profilepublic java.lang.String profile() Gets the profile.- Returns:
- the profile
 
 - 
flowpublic Flow flow() Gets the flow.- Returns:
- the flow
 
 
- 
 
-