public interface ODataRequestParam
ODataRequestParamSingle
or a batch request
ODataRequestParamBatch
.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCustomHeaders()
The application can get a Map with custom http headers of this request.
|
java.lang.String |
getCustomTag()
Returns the custom tag which was set by the application.
|
void |
setCustomTag(java.lang.String tag)
The application can set a custom tag for a request parameter.
|
java.lang.String getCustomTag()
void setCustomTag(java.lang.String tag)
tag
- the custom tag specified by the application. It can be null to reset the custom tagjava.util.Map<java.lang.String,java.lang.String> getCustomHeaders()