org.jclouds.rest.annotations
Annotation Type MapPayloadParam
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface MapPayloadParam
Designates that this parameter will hold the payload for a PUT or POST command.
- Author:
- Adrian Cole
|
Required Element Summary |
String |
value
The key used in a map passed to the MapBinder associated with the request. |
value
public abstract String value
- The key used in a map passed to the
MapBinder associated with the request.
Copyright © 2009-2011 jclouds. All Rights Reserved.