Package com.chrt.api.types
Class NotificationAdHocListRes.Builder
- java.lang.Object
-
- com.chrt.api.types.NotificationAdHocListRes.Builder
-
- All Implemented Interfaces:
NotificationAdHocListRes._FinalStage,NotificationAdHocListRes.TotalCountStage
- Enclosing class:
- NotificationAdHocListRes
public static final class NotificationAdHocListRes.Builder extends java.lang.Object implements NotificationAdHocListRes.TotalCountStage, NotificationAdHocListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationAdHocListRes._FinalStageaddAllItems(java.util.List<NotificationIntentAdHoc1> items)NotificationAdHocListRes._FinalStageaddItems(NotificationIntentAdHoc1 items)NotificationAdHocListResbuild()NotificationAdHocListRes.Builderfrom(NotificationAdHocListRes other)NotificationAdHocListRes._FinalStageitems(java.util.List<NotificationIntentAdHoc1> items)NotificationAdHocListRes._FinalStagetotalCount(int totalCount)
-
-
-
Method Detail
-
from
public NotificationAdHocListRes.Builder from(NotificationAdHocListRes other)
- Specified by:
fromin interfaceNotificationAdHocListRes.TotalCountStage
-
totalCount
public NotificationAdHocListRes._FinalStage totalCount(int totalCount)
- Specified by:
totalCountin interfaceNotificationAdHocListRes.TotalCountStage
-
addAllItems
public NotificationAdHocListRes._FinalStage addAllItems(java.util.List<NotificationIntentAdHoc1> items)
- Specified by:
addAllItemsin interfaceNotificationAdHocListRes._FinalStage
-
addItems
public NotificationAdHocListRes._FinalStage addItems(NotificationIntentAdHoc1 items)
- Specified by:
addItemsin interfaceNotificationAdHocListRes._FinalStage
-
items
public NotificationAdHocListRes._FinalStage items(java.util.List<NotificationIntentAdHoc1> items)
- Specified by:
itemsin interfaceNotificationAdHocListRes._FinalStage
-
build
public NotificationAdHocListRes build()
- Specified by:
buildin interfaceNotificationAdHocListRes._FinalStage
-
-