Package org.jclouds.rest.annotations
Annotation Type PartParam
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface PartParam
Designates that this parameter will be bound to a multipart form.
-
-
Field Summary
Fields Modifier and Type Fields Description static String
NO_CONTENT_TYPE
static String
NO_FILENAME
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
contentType
String
filename
-