public class SFAccessControlsCloneParams extends SFODataObject
| Constructor and Description |
|---|
SFAccessControlsCloneParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getClonePrincipalIds()
List of existing users that will receive cloned permissions.
|
java.lang.String |
getFolderId()
The source user's permissions for this folder and all subdirectories
will be copied into the cloned users.
|
java.lang.String |
getNotifyMessage()
Custom notification message, if any.
|
java.lang.Boolean |
getNotifyUser()
Defines whether the cloned users should receieve a notice on the permission grant.
|
java.lang.String |
getPrincipalId()
This user's permissions will be used as the source for all cloned users.
|
void |
setClonePrincipalIds(java.util.ArrayList<java.lang.String> cloneprincipalids)
List of existing users that will receive cloned permissions.
|
void |
setFolderId(java.lang.String folderid)
The source user's permissions for this folder and all subdirectories
will be copied into the cloned users.
|
void |
setNotifyMessage(java.lang.String notifymessage)
Custom notification message, if any.
|
void |
setNotifyUser(java.lang.Boolean notifyuser)
Defines whether the cloned users should receieve a notice on the permission grant.
|
void |
setPrincipalId(java.lang.String principalid)
This user's permissions will be used as the source for all cloned users.
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.Boolean getNotifyUser()
public void setNotifyUser(java.lang.Boolean notifyuser)
public java.lang.String getNotifyMessage()
public void setNotifyMessage(java.lang.String notifymessage)
public java.lang.String getFolderId()
public void setFolderId(java.lang.String folderid)
public java.lang.String getPrincipalId()
public void setPrincipalId(java.lang.String principalid)
public java.util.ArrayList<java.lang.String> getClonePrincipalIds()
public void setClonePrincipalIds(java.util.ArrayList<java.lang.String> cloneprincipalids)