Package com.merative.acd.v1.model
Class GetFlowOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.GetFlowOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetFlowOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getFlow options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetFlowOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.GetFlowOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetFlowOptions.Builder newBuilder() New builder.- Returns:
- a GetFlowOptions builder
 
 - 
idpublic java.lang.String id() Gets the id. Flow ID.- Returns:
- the id
 
 
- 
 
-