Class FileInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.FileInfoDTO
-
public class FileInfoDTO extends Object
FileInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MEDIA_TYPEstatic StringSERIALIZED_NAME_RELATIVE_PATH
-
Constructor Summary
Constructors Constructor Description FileInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMediaType()media-type of the fileStringgetRelativePath()relative location of the file (excluding the base context and host of the Admin API)inthashCode()FileInfoDTOmediaType(String mediaType)FileInfoDTOrelativePath(String relativePath)voidsetMediaType(String mediaType)voidsetRelativePath(String relativePath)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RELATIVE_PATH
public static final String SERIALIZED_NAME_RELATIVE_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEDIA_TYPE
public static final String SERIALIZED_NAME_MEDIA_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
relativePath
public FileInfoDTO relativePath(String relativePath)
-
getRelativePath
@Nullable public String getRelativePath()
relative location of the file (excluding the base context and host of the Admin API)- Returns:
- relativePath
-
setRelativePath
public void setRelativePath(String relativePath)
-
mediaType
public FileInfoDTO mediaType(String mediaType)
-
setMediaType
public void setMediaType(String mediaType)
-
-