Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder


public interface ShareModelBuilder<M extends ShareModel, B extends ShareModelBuilder<M, B>>
 implements ShareBuilder<M, B>
                    
Interface for builders related to sharing.
Method Summary
Modifier and TypeMethodDescription
abstract BreadFrom(M model) Reads the values from a ShareModel into the builder.
Methods inherited from class com.facebook.share.model.ShareModelBuilder
build
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

readFrom

 abstract BreadFrom(M model)
Reads the values from a ShareModel into the builder.
Parameters:
model - The source ShareModel