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 booleanatEnd()booleanequals(java.lang.Object o)java.util.List<B2FileVersion>getFiles()java.lang.StringgetNextFileName()inthashCode()
-
-
-
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:
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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-