com.atlassian.sal.api.net
Class RequestFilePart

java.lang.Object
  extended by com.atlassian.sal.api.net.RequestFilePart

public class RequestFilePart
extends Object

Since:
v2.6

Constructor Summary
RequestFilePart(File file, String parameterName)
           
RequestFilePart(String contentType, String fileName, File file, String parameterName)
           
 
Method Summary
 String getContentType()
           
 File getFile()
           
 String getFileName()
           
 String getParameterName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFilePart

public RequestFilePart(String contentType,
                       String fileName,
                       File file,
                       String parameterName)

RequestFilePart

public RequestFilePart(File file,
                       String parameterName)
Method Detail

getFileName

public String getFileName()

getContentType

public String getContentType()

getFile

public File getFile()

getParameterName

public String getParameterName()


Copyright © 2015 Atlassian. All rights reserved.