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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()localizations(List<String> aValue) Sets the value of the localizations attribute.Sets the value of the message attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
message
-
localizations
-
-
Constructor Details
-
PushNotificationTemplateBuilder
public PushNotificationTemplateBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
message
Sets the value of the message attribute. -
localizations
Sets the value of the localizations attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PushNotificationTemplate>
-