Class B2ListFileVersionsResponse
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2ListFileVersionsResponse
-
- All Implemented Interfaces:
B2ListFilesResponse
public class B2ListFileVersionsResponse extends java.lang.Object implements B2ListFilesResponse
-
-
Constructor Summary
Constructors Constructor Description B2ListFileVersionsResponse(java.util.List<B2FileVersion> files, java.lang.String nextFileName, java.lang.String nextFileId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanatEnd()booleanequals(java.lang.Object o)java.util.List<B2FileVersion>getFiles()java.lang.StringgetNextFileId()java.lang.StringgetNextFileName()inthashCode()
-
-
-
Constructor Detail
-
B2ListFileVersionsResponse
public B2ListFileVersionsResponse(java.util.List<B2FileVersion> files, java.lang.String nextFileName, java.lang.String nextFileId)
-
-
Method Detail
-
getFiles
public java.util.List<B2FileVersion> getFiles()
- Specified by:
getFilesin interfaceB2ListFilesResponse- Returns:
- the files in this response.
-
atEnd
public boolean atEnd()
- Specified by:
atEndin interfaceB2ListFilesResponse- Returns:
- true iff this is the last set of responses.
-
getNextFileName
public java.lang.String getNextFileName()
-
getNextFileId
public java.lang.String getNextFileId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-