Class MultiPageAssignRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.MultiPageAssignRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the message which will be send to the listed users.Return the list of page ids.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.
-
Constructor Details
-
MultiPageAssignRequest
public MultiPageAssignRequest()
-
-
Method Details
-
getMessage
Return the message which will be send to the listed users.- Returns:
-
setMessage
Set the message which will be send to listed users.- Parameters:
message
-
-
getPageIds
Return the list of page ids.- Returns:
-
setPageIds
Set the list of page ids.- Parameters:
pageIds
-
-
getUserIds
Get the list of user ids for users which should be informed about the assign operation.- Returns:
-
setUserIds
Set the list of user ids which should be informed about the assign operation.- Parameters:
userIds
-
-