appendAction method
Append action to query.
action
Notification action.
Implementation
NotificationsQuery appendAction(String action) {
this.actions.add(action);
return this;
}
Append action to query.
action
Notification action.
NotificationsQuery appendAction(String action) {
this.actions.add(action);
return this;
}