Package com.chrt.api.types
Interface NotificationAdHocListRes._FinalStage
-
- All Known Implementing Classes:
NotificationAdHocListRes.Builder
- Enclosing class:
- NotificationAdHocListRes
public static interface NotificationAdHocListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationAdHocListRes._FinalStageaddAllItems(java.util.List<NotificationIntentAdHoc1> items)NotificationAdHocListRes._FinalStageaddItems(NotificationIntentAdHoc1 items)NotificationAdHocListResbuild()NotificationAdHocListRes._FinalStageitems(java.util.List<NotificationIntentAdHoc1> items)
-
-
-
Method Detail
-
build
NotificationAdHocListRes build()
-
items
NotificationAdHocListRes._FinalStage items(java.util.List<NotificationIntentAdHoc1> items)
-
addItems
NotificationAdHocListRes._FinalStage addItems(NotificationIntentAdHoc1 items)
-
addAllItems
NotificationAdHocListRes._FinalStage addAllItems(java.util.List<NotificationIntentAdHoc1> items)
-
-