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 boolean
atEnd()
boolean
equals(java.lang.Object o)
java.util.List<B2FileVersion>
getFiles()
java.lang.String
getNextFileId()
java.lang.String
getNextFileName()
int
hashCode()
-
-
-
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:
getFiles
in interfaceB2ListFilesResponse
- Returns:
- the files in this response.
-
atEnd
public boolean atEnd()
- Specified by:
atEnd
in 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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-