org.odata4j.producer.resources
Class BatchBodyPart

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

public class BatchBodyPart
extends Object


Method Summary
 String getEntity()
           
 String getEntityKey()
           
 String getEntitySetName()
           
 MultivaluedMap<String,String> getHeaders()
           
 HttpHeaders getHttpHeaders()
           
 ODataBatchProvider.HTTP_METHOD getHttpMethod()
           
 String getUri()
           
 UriInfo getUriInfo()
           
 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

getEntity

public String getEntity()

getEntityKey

public String getEntityKey()

getEntitySetName

public String getEntitySetName()

getHeaders

public MultivaluedMap<String,String> getHeaders()

getHttpHeaders

public HttpHeaders getHttpHeaders()

getHttpMethod

public ODataBatchProvider.HTTP_METHOD getHttpMethod()

getUri

public String getUri()

getUriInfo

public UriInfo getUriInfo()

setEntity

public void setEntity(String entity)

setHttpMethod

public void setHttpMethod(ODataBatchProvider.HTTP_METHOD httpMethod)

setUri

public void setUri(String uri)


http://odata4j.org