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 AccountDataJoinedRoom. accountDataThe private data that this user has attached to this room.private AccountDataLeftRoom. accountDataThe private data that this user has attached to this room.private AccountDataSyncResponse. accountDataThe global private data created by this user.Methods in io.github.ma1uta.matrix.client.model.sync that return AccountData Modifier and Type Method Description AccountDataJoinedRoom. getAccountData()AccountDataLeftRoom. getAccountData()AccountDataSyncResponse. getAccountData()Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type AccountData Modifier and Type Method Description voidJoinedRoom. setAccountData(AccountData accountData)voidLeftRoom. setAccountData(AccountData accountData)voidSyncResponse. setAccountData(AccountData accountData)
-