public class SFAccessControlParam extends SFODataObject
| Constructor and Description |
|---|
SFAccessControlParam() |
| Modifier and Type | Method and Description |
|---|---|
SFAccessControl |
getAccessControl()
AccessControl.Item is inherited from AccessControlsBulkParams and cannot be specified here
|
java.lang.String |
getNotifyMessage()
Custom notification message, if any
If not specified it is inherited AccessControlsBulkParams
|
java.lang.Boolean |
getNotifyUser()
Defines whether this principal should receieve a notice on the permission grant.
|
java.lang.Boolean |
getRecursive()
Defines whether this ACL change should be applied recursively
|
void |
setAccessControl(SFAccessControl accesscontrol)
AccessControl.Item is inherited from AccessControlsBulkParams and cannot be specified here
|
void |
setNotifyMessage(java.lang.String notifymessage)
Custom notification message, if any
If not specified it is inherited AccessControlsBulkParams
|
void |
setNotifyUser(java.lang.Boolean notifyuser)
Defines whether this principal should receieve a notice on the permission grant.
|
void |
setRecursive(java.lang.Boolean recursive)
Defines whether this ACL change should be applied recursively
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic SFAccessControl getAccessControl()
public void setAccessControl(SFAccessControl accesscontrol)
public 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.Boolean getRecursive()
public void setRecursive(java.lang.Boolean recursive)