JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.jclouds.rest.annotations
Annotation Interface PayloadParam
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
public @interface
PayloadParam
Designates that this parameter will hold the payload for a PUT or POST command.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The key used in a map passed to the
MapBinder
or
Payload
associated with the request.
Element Details
value
String
value
The key used in a map passed to the
MapBinder
or
Payload
associated with the request.