public class MessageSendRequest extends Object implements Serializable
Constructor and Description |
---|
MessageSendRequest()
Create an empty instance
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Message to be sent.
|
List<String> |
getParameters()
Optional list of parameters, that are filled into the message (if the message is an i18n key)
|
List<Integer> |
getToGroupId()
List of group IDs to send the message
|
List<Integer> |
getToUserId()
List of user IDs to send the message
|
Map<String,String> |
getTranslations()
Optional map of translations per language code.
|
void |
setMessage(String message) |
void |
setParameters(List<String> parameters) |
void |
setToGroupId(List<Integer> toGroupId) |
void |
setToUserId(List<Integer> toUserId) |
void |
setTranslations(Map<String,String> translations) |
public String getMessage()
public Map<String,String> getTranslations()
public List<String> getParameters()
public List<Integer> getToGroupId()
public void setMessage(String message)
Copyright © 2019 Gentics Software. All rights reserved.