org.jclouds.rest.annotations
Annotation Type PartParam


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface PartParam

Designates that this parameter will be bound to a multipart form.

Author:
Adrian Cole

Required Element Summary
 String name
           
 
Optional Element Summary
 String contentType
           
 String filename
           
 

Element Detail

name

public abstract String name

contentType

public abstract String contentType
Default:
"---NO_CONTENT_TYPE---"

filename

public abstract String filename
Default:
"---NO_FILENAME---"


Copyright © 2009-2012 jclouds. All Rights Reserved.