Package com.merative.acd.v1.model
Class FlowEntry
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.FlowEntry
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FlowEntry extends com.ibm.cloud.sdk.core.service.model.GenericModelFlowEntry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowEntry.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotatorannotator()Gets the annotator.Flowflow()Gets the flow.FlowEntry.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public FlowEntry.Builder newBuilder()
New builder.- Returns:
- a FlowEntry builder
-
annotator
public Annotator annotator()
Gets the annotator.- Returns:
- the annotator
-
flow
public Flow flow()
Gets the flow.- Returns:
- the flow
-
-