public static class NotificationDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(NotificationDTO notificationDTO) |
Modifier and Type | Method and Description |
---|---|
NotificationDTO |
build() |
NotificationDTO.Builder |
event(String event) |
NotificationDTO.Builder |
eventTypeId(Long eventTypeId) |
NotificationDTO.Builder |
id(Long id) |
NotificationDTO.Builder |
parameter(String parameter) |
NotificationDTO.Builder |
scheme(Long scheme) |
NotificationDTO.Builder |
templateId(Long templateId) |
NotificationDTO.Builder |
type(String type) |
public Builder()
public Builder(NotificationDTO notificationDTO)
public NotificationDTO build()
public NotificationDTO.Builder id(Long id)
public NotificationDTO.Builder scheme(Long scheme)
public NotificationDTO.Builder event(String event)
public NotificationDTO.Builder eventTypeId(Long eventTypeId)
public NotificationDTO.Builder templateId(Long templateId)
public NotificationDTO.Builder type(String type)
public NotificationDTO.Builder parameter(String parameter)
Copyright © 2002-2018 Atlassian. All Rights Reserved.