Class PendingAccess

java.lang.Object
com.appiancorp.suiteapi.content.PendingAccess

public class PendingAccess extends Object
Holds information on which content is pending access for making it a favorite. Returned from ContentService.addFavorite(Long) and ContentService.addFavorites(Long[]).
  • Constructor Details

    • PendingAccess

      public PendingAccess()
  • Method Details

    • getId

      public Long[] getId()
      Gets the IDs of the content pending access.
      Returns:
      the content IDs
      See Also:
    • setId

      public void setId(Long[] id_)
      Sets the IDs of the content pending access.
      Parameters:
      id_ - the content IDs
      See Also:
    • getNotify

      public String[] getNotify()
      Gets the list of users to notify.
      Returns:
      the list of users to notify
      See Also:
    • setNotify

      public void setNotify(String[] notify_)
      Sets the list of users to notify.
      Parameters:
      notify_ - the list of users to notify
      See Also:
    • getNotifyGroup

      public Long[] getNotifyGroup()
      Gets the list of groups to notify.
      Returns:
      the list of groups to notify
      See Also:
    • setNotifyGroup

      public void setNotifyGroup(Long[] notifyGroup_)
      Sets the list of groups to notify.
      Parameters:
      notifyGroup_ - the list of groups to notify
      See Also: