JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional |
Required
Detail:
Field
|
Element
SEARCH:
Package
es.situm.sdk.communication
Annotation Interface HttpMethod
@Retention
(
CLASS
)
public @interface
HttpMethod
The supported HTTP methods used in the custom requests
See Also:
HttpRequest
HttpRequestExecutor
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
GET
static final
String
POST
static final
String
PUT
Field Details
GET
static final
String
GET
See Also:
Constant Field Values
POST
static final
String
POST
See Also:
Constant Field Values
PUT
static final
String
PUT
See Also:
Constant Field Values