org.odata4j.producer.resources
Class BatchBodyPart

java.lang.Object
  extended by org.odata4j.producer.resources.BatchBodyPart

public class BatchBodyPart
extends Object


Method Summary
 HttpContext createHttpContext()
           
 String getEntity()
           
 String getEntityKey()
           
 String getEntitySetName()
           
 MultivaluedMap<String,String> getHeaders()
           
 ODataBatchProvider.HTTP_METHOD getHttpMethod()
           
 String getUri()
           
 void setEntity(String entity)
           
 void setHttpMethod(ODataBatchProvider.HTTP_METHOD httpMethod)
           
 void setUri(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createHttpContext

public HttpContext createHttpContext()

getEntity

public String getEntity()

getEntityKey

public String getEntityKey()

getEntitySetName

public String getEntitySetName()

getHeaders

public MultivaluedMap<String,String> getHeaders()

getHttpMethod

public ODataBatchProvider.HTTP_METHOD getHttpMethod()

getUri

public String getUri()

setEntity

public void setEntity(String entity)

setHttpMethod

public void setHttpMethod(ODataBatchProvider.HTTP_METHOD httpMethod)

setUri

public void setUri(String uri)


http://odata4j.org