org.odata4j.command
Class ChainCommand.Builder<TContext extends CommandContext>

java.lang.Object
  extended by org.odata4j.command.ChainCommand.Builder<TContext>
Enclosing class:
ChainCommand<TContext extends CommandContext>

public static class ChainCommand.Builder<TContext extends CommandContext>
extends Object


Constructor Summary
ChainCommand.Builder()
           
 
Method Summary
 ChainCommand.Builder<TContext> add(Command<?> command)
           
 ChainCommand.Builder<TContext> addAll(Iterable<Command<?>> commands)
           
 ChainCommand<TContext> build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainCommand.Builder

public ChainCommand.Builder()
Method Detail

add

public ChainCommand.Builder<TContext> add(Command<?> command)

addAll

public ChainCommand.Builder<TContext> addAll(Iterable<Command<?>> commands)

build

public ChainCommand<TContext> build()


http://odata4j.org