-
- All Implemented Interfaces:
-
android.os.Parcelable,org.readium.r2.shared.JSONable
public final class Holds implements JSONable, Parcelable
Library-specific features when a specific book is unavailable but provides a hold list.
https://drafts.opds.io/schema/properties.schema.json
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHolds.Companion
-
Method Summary
Modifier and Type Method Description final IntegergetTotal()final IntegergetPosition()JSONObjecttoJSON()Serializes an Holds to its JSON representation. -
-
Method Detail
-
getPosition
final Integer getPosition()
-
toJSON
JSONObject toJSON()
Serializes an Holds to its JSON representation.
-
-
-
-