Package com.appiancorp.suiteapi.content
Class PendingAccess
java.lang.Object
com.appiancorp.suiteapi.content.PendingAccess
Holds information on which content is pending access for making it a favorite.
Returned from
ContentService.addFavorite(Long)
and ContentService.addFavorites(Long[])
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLong[]
getId()
Gets the IDs of the content pending access.String[]
Gets the list of users to notify.Long[]
Gets the list of groups to notify.void
Sets the IDs of the content pending access.void
Sets the list of users to notify.void
setNotifyGroup
(Long[] notifyGroup_) Sets the list of groups to notify.
-
Constructor Details
-
PendingAccess
public PendingAccess()
-
-
Method Details
-
getId
Gets the IDs of the content pending access.- Returns:
- the content IDs
- See Also:
-
setId
Sets the IDs of the content pending access.- Parameters:
id_
- the content IDs- See Also:
-
getNotify
Gets the list of users to notify.- Returns:
- the list of users to notify
- See Also:
-
setNotify
Sets the list of users to notify.- Parameters:
notify_
- the list of users to notify- See Also:
-
getNotifyGroup
Gets the list of groups to notify.- Returns:
- the list of groups to notify
- See Also:
-
setNotifyGroup
Sets the list of groups to notify.- Parameters:
notifyGroup_
- the list of groups to notify- See Also:
-