-
- All Implemented Interfaces:
-
android.os.Parcelable,org.readium.r2.shared.JSONable
public final class Copies implements JSONable, Parcelable
Library-specific feature that contains information about the copies that a library has acquired.
https://drafts.opds.io/schema/properties.schema.json
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCopies.Companion
-
Method Summary
Modifier and Type Method Description final IntegergetTotal()final IntegergetAvailable()JSONObjecttoJSON()Serializes an Copies to its JSON representation. -
-
Method Detail
-
getAvailable
final Integer getAvailable()
-
toJSON
JSONObject toJSON()
Serializes an Copies to its JSON representation.
-
-
-
-