pocket-api / de.techdev.pocket.api / ModifyOperations

ModifyOperations

interface ModifyOperations

Operations used to modify Items in Pocket

Author
Alexander Hanschke

Functions

archive open fun archive(item: Item): <ERROR CLASS>

archives an existing Item

abstract fun archive(items: Collection<Item>): Unit

archives a collection of existing Items

delete open fun delete(item: Item): <ERROR CLASS>

deletes an existing Item

abstract fun delete(items: Collection<Item>): Unit

deletes a collection of existing Items