| Modifier and Type | Method and Description |
|---|---|
<T extends ParseObject> |
ParseObject.getRelation(String key)
Access or create a
ParseRelation value for a key |
ParseRelation<ParseRole> |
ParseRole.getRoles()
Gets the
ParseRelation for the ParseRoles that are direct children of this
role. |
ParseRelation<ParseUser> |
ParseRole.getUsers()
Gets the
ParseRelation for the ParseUsers that are direct children of this
role. |