public class ListFilesResponse extends Object
| Constructor and Description |
|---|
ListFilesResponse() |
ListFilesResponse(long timeStamp,
int count,
String nextPageCursor,
Set<FileDTO> files) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
Set<FileDTO> |
getFiles() |
String |
getNextPageCursor() |
long |
getTimeStamp() |
String |
toString() |
Copyright © 2016 wix.com. All rights reserved.