public class PushNotificationTemplateBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<PushNotificationTemplate>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
localizations |
protected java.lang.String |
message |
protected java.lang.String |
name |
| Constructor and Description |
|---|
PushNotificationTemplateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplate |
build() |
PushNotificationTemplateBuilder |
localizations(java.util.List<java.lang.String> aValue)
Sets the value of the localizations attribute.
|
PushNotificationTemplateBuilder |
message(java.lang.String aValue)
Sets the value of the message attribute.
|
PushNotificationTemplateBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
protected java.lang.String name
protected java.lang.String message
protected java.util.List<java.lang.String> localizations
public PushNotificationTemplateBuilder name(java.lang.String aValue)
public PushNotificationTemplateBuilder message(java.lang.String aValue)
public PushNotificationTemplateBuilder localizations(java.util.List<java.lang.String> aValue)
public PushNotificationTemplate build()
build in interface net.anotheria.asg.data.Builder<PushNotificationTemplate>Copyright © 2012-2023 anotheria.net. All Rights Reserved.