Uses of Class
com.parse.ParseRelation

Uses of ParseRelation in com.parse
 

Methods in com.parse that return ParseRelation
 ParseRelation ParseObject.getRelation(String key)
          Access or create a Relation value for a key
 ParseRelation ParseRole.getRoles()
          Gets the ParseRelation for the ParseRoles that are direct children of this role.
 ParseRelation ParseRole.getUsers()
          Gets the ParseRelation for the ParseUsers that are direct children of this role.