Package com.backblaze.b2.client
Interface B2ListPartsIterable
-
- All Superinterfaces:
java.lang.Iterable<B2Part>
- All Known Implementing Classes:
B2ListPartsIterableBase
,B2ListPartsIterableImpl
public interface B2ListPartsIterable extends java.lang.Iterable<B2Part>
This interface collects the APIs we provide on our B2Part iterables. For now, it's just the Iterable-ness. Someday, I expect it, or some interfaces to provide some kind of "get resume point" functionality.