public class FileInfoDTO extends Object
| Constructor and Description |
|---|
FileInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMediaType()
media-type of the file
|
String |
getRelativePath()
relative location of the file (excluding the base context and host of the Admin API)
|
int |
hashCode() |
FileInfoDTO |
mediaType(String mediaType) |
FileInfoDTO |
relativePath(String relativePath) |
void |
setMediaType(String mediaType) |
void |
setRelativePath(String relativePath) |
String |
toString() |
public FileInfoDTO relativePath(String relativePath)
public String getRelativePath()
public void setRelativePath(String relativePath)
public FileInfoDTO mediaType(String mediaType)
public String getMediaType()
public void setMediaType(String mediaType)
Copyright © 2020 WSO2 Inc. All rights reserved.