org.ektorp.changes
Class ChangesCommand

java.lang.Object
  extended by org.ektorp.changes.ChangesCommand

public class ChangesCommand
extends Object

Since:
1.1
Author:
henrik lundgren

Nested Class Summary
static class ChangesCommand.Builder
          Ised to create a valid ChangesCommand
 
Field Summary
 boolean continuous
           
 Map<String,String> extraQueryParams
           
 String filter
           
 int heartbeat
           
 boolean includeDocs
           
 int limit
           
 String since
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

since

public final String since

continuous

public final boolean continuous

filter

public final String filter

includeDocs

public final boolean includeDocs

heartbeat

public final int heartbeat

limit

public final int limit

extraQueryParams

public final Map<String,String> extraQueryParams
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.