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.GenericModel
FlowEntry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowEntry.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotator
annotator()
Gets the annotator.Flow
flow()
Gets the flow.FlowEntry.Builder
newBuilder()
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
-
-