public class MultiPageAssignRequest extends Object
Constructor and Description |
---|
MultiPageAssignRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Return the message which will be send to the listed users.
|
List<String> |
getPageIds()
Return the list of page ids.
|
List<Integer> |
getUserIds()
Get the list of user ids for users which should be informed about the
assign operation.
|
void |
setMessage(String message)
Set the message which will be send to listed users.
|
void |
setPageIds(List<String> pageIds)
Set the list of page ids.
|
void |
setUserIds(List<Integer> userIds)
Set the list of user ids which should be informed about the assign
operation.
|
public String getMessage()
public void setMessage(String message)
message
- public void setPageIds(List<String> pageIds)
pageIds
- public List<Integer> getUserIds()
Copyright © 2024 Gentics Software. All rights reserved.