|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataHttpMethod | |
---|---|
org.odata4j.core | Core odata4j concepts. |
org.odata4j.producer.resources |
Uses of ODataHttpMethod in org.odata4j.core |
---|
Methods in org.odata4j.core that return ODataHttpMethod | |
---|---|
static ODataHttpMethod |
ODataHttpMethod.fromString(String m)
|
static ODataHttpMethod |
ODataHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ODataHttpMethod[] |
ODataHttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ODataHttpMethod in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources with parameters of type ODataHttpMethod | |
---|---|
static Response |
FunctionResource.callFunction(ODataHttpMethod callingMethod,
HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
String functionName,
String format,
String callback,
QueryInfo queryInfo)
Handles function call resource access by gathering function call info from the request and delegating to the producer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |