com.jalios.rest.client.multipart
Class MultipartParameter

java.lang.Object
  extended by com.jalios.rest.client.multipart.MultipartParameter

public class MultipartParameter
extends Object

Represents a parameter for a Multipart Request. The value may be a String or a File.

Since:
jcms-6.1.0
Author:
dissert

Constructor Summary
MultipartParameter(String key, Object value)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartParameter

public MultipartParameter(String key,
                          Object value)
Method Detail

getKey

public String getKey()

getValue

public Object getValue()


Copyright © 2001-2007 Jalios SA. All Rights Reserved.