Class B2ListFileNamesResponse
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2ListFileNamesResponse
-
- All Implemented Interfaces:
B2ListFilesResponse
public class B2ListFileNamesResponse extends java.lang.Object implements B2ListFilesResponse
-
-
Constructor Summary
Constructors Constructor Description B2ListFileNamesResponse(java.util.List<B2FileVersion> files, java.lang.String nextFileName)
-
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
getNextFileName()
int
hashCode()
-
-
-
Constructor Detail
-
B2ListFileNamesResponse
public B2ListFileNamesResponse(java.util.List<B2FileVersion> files, java.lang.String nextFileName)
-
-
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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-