org.odata4j.command
Class ChainCommand.Builder<TContext extends CommandContext>
java.lang.Object
org.odata4j.command.ChainCommand.Builder<TContext>
- Enclosing class:
- ChainCommand<TContext extends CommandContext>
public static class ChainCommand.Builder<TContext extends CommandContext>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainCommand.Builder
public ChainCommand.Builder()
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