Class ListTemplatesResponse.Builder
- java.lang.Object
-
- com.courier.api.resources.templates.types.ListTemplatesResponse.Builder
-
- All Implemented Interfaces:
ListTemplatesResponse._FinalStage,ListTemplatesResponse.PagingStage
- Enclosing class:
- ListTemplatesResponse
public static final class ListTemplatesResponse.Builder extends java.lang.Object implements ListTemplatesResponse.PagingStage, ListTemplatesResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTemplatesResponse._FinalStageaddAllResults(java.util.List<NotificationTemplates> results)An array of Notification TemplatesListTemplatesResponse._FinalStageaddResults(NotificationTemplates results)An array of Notification TemplatesListTemplatesResponsebuild()ListTemplatesResponse.Builderfrom(ListTemplatesResponse other)ListTemplatesResponse._FinalStagepaging(Paging paging)ListTemplatesResponse._FinalStageresults(java.util.List<NotificationTemplates> results)
-
-
-
Method Detail
-
from
public ListTemplatesResponse.Builder from(ListTemplatesResponse other)
- Specified by:
fromin interfaceListTemplatesResponse.PagingStage
-
paging
public ListTemplatesResponse._FinalStage paging(Paging paging)
- Specified by:
pagingin interfaceListTemplatesResponse.PagingStage
-
addAllResults
public ListTemplatesResponse._FinalStage addAllResults(java.util.List<NotificationTemplates> results)
An array of Notification Templates
- Specified by:
addAllResultsin interfaceListTemplatesResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addResults
public ListTemplatesResponse._FinalStage addResults(NotificationTemplates results)
An array of Notification Templates
- Specified by:
addResultsin interfaceListTemplatesResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
results
public ListTemplatesResponse._FinalStage results(java.util.List<NotificationTemplates> results)
- Specified by:
resultsin interfaceListTemplatesResponse._FinalStage
-
build
public ListTemplatesResponse build()
- Specified by:
buildin interfaceListTemplatesResponse._FinalStage
-
-