public class CreateNotificationRequest extends Object
| Constructor and Description |
|---|
CreateNotificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationRequest |
addNotificationsItem(NotificationForCreateNotificationInput notificationsItem) |
CreateNotificationRequest |
effectEndAt(String effectEndAt) |
CreateNotificationRequest |
effectStartAt(String effectStartAt) |
boolean |
equals(Object o) |
@NotNull String |
getEffectEndAt()
Get effectEndAt
|
@NotNull String |
getEffectStartAt()
Get effectStartAt
|
@NotNull String |
getName()
Get name
|
@Valid List<NotificationForCreateNotificationInput> |
getNotifications()
Get notifications
|
int |
hashCode() |
CreateNotificationRequest |
name(String name) |
CreateNotificationRequest |
notifications(List<NotificationForCreateNotificationInput> notifications) |
void |
setEffectEndAt(String effectEndAt) |
void |
setEffectStartAt(String effectStartAt) |
void |
setName(String name) |
void |
setNotifications(List<NotificationForCreateNotificationInput> notifications) |
String |
toString() |
public CreateNotificationRequest effectEndAt(String effectEndAt)
@NotNull public @NotNull String getEffectEndAt()
public void setEffectEndAt(String effectEndAt)
public CreateNotificationRequest effectStartAt(String effectStartAt)
@NotNull public @NotNull String getEffectStartAt()
public void setEffectStartAt(String effectStartAt)
public CreateNotificationRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
public CreateNotificationRequest notifications(List<NotificationForCreateNotificationInput> notifications)
public CreateNotificationRequest addNotificationsItem(NotificationForCreateNotificationInput notificationsItem)
@Valid public @Valid List<NotificationForCreateNotificationInput> getNotifications()
public void setNotifications(List<NotificationForCreateNotificationInput> notifications)
Copyright © 2026. All rights reserved.