public class ParseRelation<T extends ParseObject>
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ParseRelation> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T object)
Adds an object to this relation.
|
int |
describeContents() |
ParseQuery<T> |
getQuery()
Gets a query that can be used to query the objects in this relation.
|
void |
remove(T object)
Removes an object from this relation.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ParseRelation> CREATOR
public void add(T object)
object - The object to add to this relation.public void remove(T object)
object - The object to remove from this relation.public ParseQuery<T> getQuery()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable