Uses of Class
com.merative.acd.v1.model.GetFlowsByIdOptions
-
Packages that use GetFlowsByIdOptions Package Description com.merative.acd.v1 Annotator for Clinical Data v1.com.merative.acd.v1.model -
-
Uses of GetFlowsByIdOptions in com.merative.acd.v1
Methods in com.merative.acd.v1 with parameters of type GetFlowsByIdOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<AcdFlow>
AnnotatorForClinicalData. getFlowsById(GetFlowsByIdOptions getFlowsByIdOptions)
Get details of a specific flow. -
Uses of GetFlowsByIdOptions in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return GetFlowsByIdOptions Modifier and Type Method Description GetFlowsByIdOptions
GetFlowsByIdOptions.Builder. build()
Builds a GetFlowsByIdOptions.
-