Uses of Class
io.github.ma1uta.matrix.client.model.sync.AccountData
-
Packages that use AccountData Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of AccountData in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as AccountData Modifier and Type Field Description private AccountData
JoinedRoom. accountData
The private data that this user has attached to this room.private AccountData
LeftRoom. accountData
The private data that this user has attached to this room.private AccountData
SyncResponse. accountData
The global private data created by this user.Methods in io.github.ma1uta.matrix.client.model.sync that return AccountData Modifier and Type Method Description AccountData
JoinedRoom. getAccountData()
AccountData
LeftRoom. getAccountData()
AccountData
SyncResponse. getAccountData()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type AccountData Modifier and Type Method Description void
JoinedRoom. setAccountData(AccountData accountData)
void
LeftRoom. setAccountData(AccountData accountData)
void
SyncResponse. setAccountData(AccountData accountData)
-