public class PendingAccess
extends java.lang.Object
ContentService.addFavorite(Long)
and ContentService.addFavorites(Long[])
.Constructor and Description |
---|
PendingAccess() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getId()
Gets the IDs of the content pending access.
|
java.lang.String[] |
getNotify()
Gets the list of users to notify.
|
java.lang.Long[] |
getNotifyGroup()
Gets the list of groups to notify.
|
void |
setId(java.lang.Long[] id_)
Sets the IDs of the content pending access.
|
void |
setNotify(java.lang.String[] notify_)
Sets the list of users to notify.
|
void |
setNotifyGroup(java.lang.Long[] notifyGroup_)
Sets the list of groups to notify.
|
public java.lang.Long[] getId()
setId(Long[])
public void setId(java.lang.Long[] id_)
id_
- the content IDsgetId()
public java.lang.String[] getNotify()
setNotify(String[])
public void setNotify(java.lang.String[] notify_)
notify_
- the list of users to notifygetNotify()
public java.lang.Long[] getNotifyGroup()
setNotifyGroup(Long[])
public void setNotifyGroup(java.lang.Long[] notifyGroup_)
notifyGroup_
- the list of groups to notifygetNotifyGroup()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.