Android SDK Version


public interface ShareBuilder<M extends Object, B extends ShareBuilder<M, B>>
Interface for builders related to sharing.
Method Summary
Modifier and TypeMethodDescription
abstract Mbuild() Builds the object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

build

 abstract Mbuild()
Builds the object.