TeamMemberBatchItem

open class TeamMemberBatchItem : JoinTableSyncBatchItem<O, D>

The TeamMemberBatchItem is used during the batch synchronization to handle the members of a team

Author

N7ghtm4r3 - Tecknobit

See also

JoinTableSyncBatchItem

Constructors

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

Properties

Link copied to clipboard
protected val owned: D
Link copied to clipboard
protected val owner: O
Link copied to clipboard
role The role of the member

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>