org.jclouds.rest.annotations
Annotation Type Payload


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Payload

Designates that this parameter will hold the payload for a PUT or POST command.

Author:
Adrian Cole

Required Element Summary
 String value
          Note that if you'd like curly braces literally in the payload, urlencode them first.
 

Element Detail

value

public abstract String value
Note that if you'd like curly braces literally in the payload, urlencode them first.

See Also:
Path.value(), PayloadParam


Copyright © 2009-2012 jclouds. All Rights Reserved.