Team Members Batch Query

open class TeamMembersBatchQuery : EquinoxItemsHelper.BatchQuery<V>

The TeamMembersBatchQuery is the batch query used to handle the members of a team

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItemsHelper.BatchQuery

Constructors

Link copied to clipboard
constructor(userId: String, teamId: String, payload: TeamsService.TeamPayload)
Constructor to instantiate the batch item

Properties

Link copied to clipboard
members the list of the members added to the team
Link copied to clipboard
MEMBERS_TABLE_COLUMNS the columns of the table used to store the members of a team
Link copied to clipboard
private val teamId: String
teamId the identifier of the team
Link copied to clipboard
private val userId: String
userId the identifier of the user (member of the team)

Functions

Link copied to clipboard
Method to extract from the payload the list of the added members
Link copied to clipboard
open fun getColumns(): Array<String>
Link copied to clipboard
Link copied to clipboard
open fun prepareQuery(query: Query, index: Int, members: Collection<AddedMember>)