Uses of Class
io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
-
Packages that use ThirdPartyIdentifier Package Description io.github.ma1uta.matrix.client.model.account Account API models. -
-
Uses of ThirdPartyIdentifier in io.github.ma1uta.matrix.client.model.account
Fields in io.github.ma1uta.matrix.client.model.account with type parameters of type ThirdPartyIdentifier Modifier and Type Field Description private List<ThirdPartyIdentifier>
ThreePidResponse. threepids
All 3Pids.Methods in io.github.ma1uta.matrix.client.model.account that return types with arguments of type ThirdPartyIdentifier Modifier and Type Method Description List<ThirdPartyIdentifier>
ThreePidResponse. getThreepids()
Method parameters in io.github.ma1uta.matrix.client.model.account with type arguments of type ThirdPartyIdentifier Modifier and Type Method Description void
ThreePidResponse. setThreepids(List<ThirdPartyIdentifier> threepids)
-