Package com.chrt.api.types
Interface OrderTypeaheadValue._FinalStage
-
- All Known Implementing Classes:
OrderTypeaheadValue.Builder
- Enclosing class:
- OrderTypeaheadValue
public static interface OrderTypeaheadValue._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrderTypeaheadValue._FinalStageaddAllOrderIds(java.util.List<java.lang.String> orderIds)OrderTypeaheadValue._FinalStageaddOrderIds(java.lang.String orderIds)OrderTypeaheadValuebuild()OrderTypeaheadValue._FinalStageorderIds(java.util.List<java.lang.String> orderIds)
-
-
-
Method Detail
-
build
OrderTypeaheadValue build()
-
orderIds
OrderTypeaheadValue._FinalStage orderIds(java.util.List<java.lang.String> orderIds)
-
addOrderIds
OrderTypeaheadValue._FinalStage addOrderIds(java.lang.String orderIds)
-
addAllOrderIds
OrderTypeaheadValue._FinalStage addAllOrderIds(java.util.List<java.lang.String> orderIds)
-
-