com.atlassian.sal.api.net
Class RequestFilePart
java.lang.Object
com.atlassian.sal.api.net.RequestFilePart
public class RequestFilePart
- extends Object
- Since:
- v2.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestFilePart
public RequestFilePart(String contentType,
String fileName,
File file,
String parameterName)
RequestFilePart
public RequestFilePart(File file,
String parameterName)
getFileName
public String getFileName()
getContentType
public String getContentType()
getFile
public File getFile()
getParameterName
public String getParameterName()
Copyright © 2015 Atlassian. All rights reserved.