Class MultiPageAssignRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.MultiPageAssignRequest
-
public class MultiPageAssignRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiPageAssignRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getMessage
public String getMessage()
Return the message which will be send to the listed users.- Returns:
-
setMessage
public void setMessage(String message)
Set the message which will be send to listed users.- Parameters:
message
-
-
setPageIds
public void setPageIds(List<String> pageIds)
Set the list of page ids.- Parameters:
pageIds
-
-
getUserIds
public List<Integer> getUserIds()
Get the list of user ids for users which should be informed about the assign operation.- Returns:
-
-