Uses of Class
com.parse.ParseRelation

Uses of ParseRelation in com.parse
 

Methods in com.parse that return ParseRelation
<T extends ParseObject>
ParseRelation<T>
ParseObject.getRelation(String key)
          Access or create a Relation 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.