-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class ShareOpenGraphObject extends ShareOpenGraphValueContainer<ShareOpenGraphObject, ShareOpenGraphObject.Builder>
Describes an Open Graph Object to be created.
Use ShareOpenGraphObject.Builder to create instances
See the documentation for Open Graph Objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareOpenGraphObject.BuilderBuilder for the com.facebook.share.model.ShareOpenGraphObject interface.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ShareOpenGraphObject>CREATOR
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.facebook.share.model.ShareOpenGraphValueContainer
describeContents, get, getBoolean, getBooleanArray, getBundle, getDouble, getDoubleArray, getInt, getIntArray, getLong, getLongArray, getObject, getObjectArrayList, getPhoto, getPhotoArrayList, getString, getStringArrayList, keySet, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-