Class PushNotificationTemplateBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplateBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PushNotificationTemplate>
public class PushNotificationTemplateBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<PushNotificationTemplate>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>localizationsprotected java.lang.Stringmessageprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description PushNotificationTemplateBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushNotificationTemplatebuild()PushNotificationTemplateBuilderlocalizations(java.util.List<java.lang.String> aValue)Sets the value of the localizations attribute.PushNotificationTemplateBuildermessage(java.lang.String aValue)Sets the value of the message attribute.PushNotificationTemplateBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public PushNotificationTemplateBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
message
public PushNotificationTemplateBuilder message(java.lang.String aValue)
Sets the value of the message attribute.
-
localizations
public PushNotificationTemplateBuilder localizations(java.util.List<java.lang.String> aValue)
Sets the value of the localizations attribute.
-
build
public PushNotificationTemplate build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PushNotificationTemplate>
-
-