|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.parse.ParseRelation
public class ParseRelation
A class that is used to access all of the children of a many-to-many relationship. Each instance of Parse.Relation is associated with a particular parent object and key.
Method Summary | |
---|---|
void |
add(ParseObject object)
Adds an object to this relation. |
ParseQuery |
getQuery()
Gets a query that can be used to query the objects in this relation. |
void |
remove(ParseObject object)
Removes an object from this relation. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void add(ParseObject object)
object
- The object to add to this relation.public void remove(ParseObject object)
object
- The object to remove from this relation.public ParseQuery getQuery()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |