setACL<T> method
void
setACL<T>(
- T acl
Set the ParseACL governing this object.
Implementation
void setACL<T>(T acl) {
set(keyVarAcl, acl);
}
Set the ParseACL governing this object.
void setACL<T>(T acl) {
set(keyVarAcl, acl);
}