Package 

Class SharePhotoContent.Builder

    • Method Summary

      Modifier and Type Method Description
      SharePhotoContent.Builder setPhotos(@Nullable() List<SharePhoto> photos) Replaces the photos for the builder.
      SharePhotoContent.Builder addPhoto(@Nullable() SharePhoto photo) Adds a photo to the content.
      SharePhotoContent.Builder addPhotos(@Nullable() List<SharePhoto> photos) Adds multiple photos to the content.
      SharePhotoContent build() Builds the object.
      SharePhotoContent.Builder readFrom(SharePhotoContent model) Reads the values from a ShareModel into the builder.
      • Methods inherited from class com.facebook.share.model.ShareContent.Builder

        getContentUrl$module, getHashtag$module, getPageId$module, getPeopleIds$module, getPlaceId$module, getRef$module, readFrom, setContentUrl, setContentUrl$module, setHashtag$module, setPageId, setPageId$module, setPeopleIds, setPeopleIds$module, setPlaceId, setPlaceId$module, setRef, setRef$module, setShareHashtag
      • Methods inherited from class com.facebook.share.model.ShareModelBuilder

        readFrom
      • Methods inherited from class com.facebook.share.ShareBuilder

        build
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait