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 Object implements net.anotheria.asg.data.Builder<PushNotificationTemplate>
-
-
Constructor Summary
Constructors Constructor Description PushNotificationTemplateBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushNotificationTemplatebuild()PushNotificationTemplateBuilderlocalizations(List<String> aValue)Sets the value of the localizations attribute.PushNotificationTemplateBuildermessage(String aValue)Sets the value of the message attribute.PushNotificationTemplateBuildername(String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public PushNotificationTemplateBuilder name(String aValue)
Sets the value of the name attribute.
-
message
public PushNotificationTemplateBuilder message(String aValue)
Sets the value of the message attribute.
-
localizations
public PushNotificationTemplateBuilder localizations(List<String> aValue)
Sets the value of the localizations attribute.
-
build
public PushNotificationTemplate build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PushNotificationTemplate>
-
-