Interface B2ListFilesResponse
-
- All Known Implementing Classes:
B2ListFileNamesResponse
,B2ListFileVersionsResponse
,B2ListUnfinishedLargeFilesResponse
public interface B2ListFilesResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
atEnd()
java.util.List<B2FileVersion>
getFiles()
-
-
-
Method Detail
-
getFiles
java.util.List<B2FileVersion> getFiles()
- Returns:
- the files in this response.
-
atEnd
boolean atEnd()
- Returns:
- true iff this is the last set of responses.
-
-