public class ListDirectoryResponse extends BasicResponse
contentLength, contentType, date, headers, httpMessage, httpStatus, lastModified, location| Constructor and Description |
|---|
ListDirectoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DirectoryEntry> |
getEntries() |
void |
setEntries(java.util.List<DirectoryEntry> entries) |
getContentLength, getContentType, getDate, getFirstHeader, getHeaders, getHttpMessage, getHttpStatus, getLastModified, getLocation, setContentLength, setContentType, setDate, setHeaders, setHttpMessage, setHttpStatus, setLastModified, setLocationpublic java.util.List<DirectoryEntry> getEntries()
public void setEntries(java.util.List<DirectoryEntry> entries)