setACL method

void setACL(
  1. ParseACL acl
)

Setup ParseACL into this object

Implementation

void setACL(ParseACL acl) {
  set(_keyACL, acl);
}