public class SFAccessControlsBulkParams extends SFODataObject
| Constructor and Description |
|---|
SFAccessControlsBulkParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<SFAccessControlParam> |
getAccessControlParams()
AccessControlParams
|
java.lang.String |
getNotifyMessage()
Custom notification message, if any
If an AccessControlParam doesn't specify the property it is inherited from here.
|
java.lang.Boolean |
getNotifyUser()
Defines whether the principal should receieve a notice on the permission grant.
|
void |
setAccessControlParams(java.util.ArrayList<SFAccessControlParam> accesscontrolparams)
AccessControlParams
|
void |
setNotifyMessage(java.lang.String notifymessage)
Custom notification message, if any
If an AccessControlParam doesn't specify the property it is inherited from here.
|
void |
setNotifyUser(java.lang.Boolean notifyuser)
Defines whether the principal should receieve a notice on the permission grant.
|
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.util.ArrayList<SFAccessControlParam> getAccessControlParams()
public void setAccessControlParams(java.util.ArrayList<SFAccessControlParam> accesscontrolparams)