| Modifier and Type | Method and Description |
|---|---|
ParseACL |
ParseObject.getACL()
Access the
ParseACL governing this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseObject.setACL(ParseACL acl)
Set the
ParseACL governing this object. |
static void |
ParseACL.setDefaultACL(ParseACL acl,
boolean withAccessForCurrentUser)
Sets a default ACL that will be applied to all
ParseObjects when they are created. |
| Constructor and Description |
|---|
ParseRole(String name,
ParseACL acl)
Constructs a new ParseRole with the given name.
|