CollectionLinkBatchItem

open class CollectionLinkBatchItem : JoinTableSyncBatchItem<O, D>

The CollectionLinkBatchItem is used during the batch synchronization to share a link with a collection

Author

N7ghtm4r3 - Tecknobit

See also

JoinTableSyncBatchItem

Constructors

Link copied to clipboard
constructor(collectionId: String, linkId: String)
Constructor to instantiate the batch item

Properties

Link copied to clipboard
COLLECTION_LINK_JOIN_TABLE_COLUMNS the columns of the join table used during the synchronization, the collection_links table
Link copied to clipboard
protected val owned: D
Link copied to clipboard
protected val owner: O

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getOwned(): D
Link copied to clipboard
open fun getOwner(): O
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun mappedValues(): @NotNull List<out Any>