@Immutable public class FileDownloadInfo extends Object
Constructor and Description |
---|
FileDownloadInfo(javax.ws.rs.core.MediaType mediaType,
String fileName,
com.atlassian.uri.Uri downloadUri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.atlassian.uri.Uri |
getDownloadUri() |
String |
getFileName() |
javax.ws.rs.core.MediaType |
getMediaType() |
int |
hashCode() |
String |
toString() |
public FileDownloadInfo(javax.ws.rs.core.MediaType mediaType, String fileName, com.atlassian.uri.Uri downloadUri)
public javax.ws.rs.core.MediaType getMediaType()
public String getFileName()
public com.atlassian.uri.Uri getDownloadUri()
Copyright © 2002-2018 Atlassian. All Rights Reserved.