JavaScript is disabled on your browser.
Skip navigation links
Component API - 1.65.0M7-SNAPSHOT
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.talend.sdk.component.api.service.http
Annotation Type Request
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
Request
Marks the method as a request method.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
method
String
path
Element Details
method
String
method
Returns:
the http method to use.
Default:
"GET"
path
String
path
Returns:
the request path.
Default:
""