Interface AbstractThreadCreateAction<T,R extends AbstractThreadCreateAction<T,R>>

Type Parameters:
T - The success type given to the RestAction.queue(Consumer, Consumer) success consumer
R - The common return type of setters, allowing for fluid interface design
All Superinterfaces:
RestAction<T>
All Known Subinterfaces:
ForumPostAction, ThreadChannelAction

public interface AbstractThreadCreateAction<T,R extends AbstractThreadCreateAction<T,R>> extends RestAction<T>
Common features of all RestActions that create a new thread.