Package dev.gmitch215.bytebox.binding
Interface R2Bucket.R2Objects
- All Superinterfaces:
org.teavm.jso.JSObject
- Enclosing interface:
R2Bucket
public static interface R2Bucket.R2Objects
extends org.teavm.jso.JSObject
One page of an object listing.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns where the next page starts, ornullwhen this one is the last.org.teavm.jso.core.JSArrayReader<R2Bucket.R2Object> Returns the objects in this page.booleanReturns whether more pages follow.keys()Returns the keys in this page.Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getObjects
org.teavm.jso.core.JSArrayReader<R2Bucket.R2Object> getObjects()Returns the objects in this page.- Returns:
- the objects in this page
-
isTruncated
boolean isTruncated()Returns whether more pages follow.- Returns:
- whether more pages follow
-
getCursor
String getCursor()Returns where the next page starts, ornullwhen this one is the last.- Returns:
- where the next page starts, or
nullwhen this one is the last
-
keys
Returns the keys in this page.- Returns:
- the keys in this page
-