org.ektorp
Class UpdateHandlerRequest

java.lang.Object
  extended by org.ektorp.UpdateHandlerRequest

public class UpdateHandlerRequest
extends Object

Author:
lubo

Constructor Summary
UpdateHandlerRequest()
           
 
Method Summary
 UpdateHandlerRequest body(Object body)
           
 String buildRequestUri()
           
 UpdateHandlerRequest dbPath(String dbPath)
           
 UpdateHandlerRequest designDocId(String designDocId)
           
 UpdateHandlerRequest docId(String docId)
           
 UpdateHandlerRequest functionName(String functionName)
           
 Object getBody()
           
 String getDbPath()
           
 String getDesignDocId()
           
 String getDocId()
           
 String getFunctionName()
           
 UpdateHandlerRequest param(String name, String value)
           
 UpdateHandlerRequest params(Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateHandlerRequest

public UpdateHandlerRequest()
Method Detail

getDbPath

public String getDbPath()

getDesignDocId

public String getDesignDocId()

getFunctionName

public String getFunctionName()

getBody

public Object getBody()

dbPath

public UpdateHandlerRequest dbPath(String dbPath)

designDocId

public UpdateHandlerRequest designDocId(String designDocId)

functionName

public UpdateHandlerRequest functionName(String functionName)

body

public UpdateHandlerRequest body(Object body)

param

public UpdateHandlerRequest param(String name,
                                  String value)

params

public UpdateHandlerRequest params(Map<String,String> params)

buildRequestUri

public String buildRequestUri()

getDocId

public String getDocId()
Returns:

docId

public UpdateHandlerRequest docId(String docId)


Copyright © 2011. All Rights Reserved.