setACL<T> method

void setACL<T>(
  1. T acl
)

Set the ParseACL governing this object.

Implementation

void setACL<T>(T acl) {
  set(keyVarAcl, acl);
}