Team Link Batch Item

The TeamLinkBatchItem is used during the batch synchronization to share a link with a team

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

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

Properties

Link copied to clipboard
protected val owned: T
Link copied to clipboard
protected val owner: T

Functions

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