Package org.jclouds.rest.annotations
Annotation Type Payload
-
@Target(METHOD) @Retention(RUNTIME) public @interface Payload
Designates that this parameter will hold the payload for a PUT or POST command.
-
-
Element Detail
-
value
String value
Note that if you'd like curly braces literally in the payload, urlencode them first.- See Also:
Path#value()
,PayloadParam
-
-