public class

BatchBodyPart

extends Object
java.lang.Object
   ↳ org.odata4j.producer.resources.BatchBodyPart

Summary

Fields
private String entity
private MultivaluedMap<String, String> headers
private HttpHeaders httpHeaders
private ODataBatchProvider.HTTP_METHOD httpMethod
private String uri
private UriInfo uriInfo
private String uriLast
Public Constructors
BatchBodyPart()
BatchBodyPart(HttpHeaders httpHeaders, UriInfo uriInfo)
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String entity

private MultivaluedMap<String, String> headers

private HttpHeaders httpHeaders

private ODataBatchProvider.HTTP_METHOD httpMethod

private String uri

private UriInfo uriInfo

private String uriLast

Public Constructors

public BatchBodyPart ()

public BatchBodyPart (HttpHeaders httpHeaders, UriInfo uriInfo)

Parameters
httpHeaders
uriInfo

Public Methods

public String getEntity ()

public String getEntityKey ()

public String getEntitySetName ()

public MultivaluedMap<String, String> getHeaders ()

public HttpHeaders getHttpHeaders ()

public ODataBatchProvider.HTTP_METHOD getHttpMethod ()

public String getUri ()

public UriInfo getUriInfo ()

public void setEntity (String entity)

Parameters
entity

public void setHttpMethod (ODataBatchProvider.HTTP_METHOD httpMethod)

Parameters
httpMethod

public void setUri (String uri)

Parameters
uri