Uses of Class
io.github.ma1uta.matrix.client.model.account.ThreePidCred
-
Packages that use ThreePidCred Package Description io.github.ma1uta.matrix.client.model.account Account API models. -
-
Uses of ThreePidCred in io.github.ma1uta.matrix.client.model.account
Fields in io.github.ma1uta.matrix.client.model.account declared as ThreePidCred Modifier and Type Field Description private ThreePidCred
ThreePidRequest. threePidCreds
Required.Fields in io.github.ma1uta.matrix.client.model.account with type parameters of type ThreePidCred Modifier and Type Field Description private List<ThreePidCred>
AuthenticationData. threepidCreds
3Pids credentials.Methods in io.github.ma1uta.matrix.client.model.account that return ThreePidCred Modifier and Type Method Description ThreePidCred
ThreePidRequest. getThreePidCreds()
Methods in io.github.ma1uta.matrix.client.model.account that return types with arguments of type ThreePidCred Modifier and Type Method Description List<ThreePidCred>
AuthenticationData. getThreepidCreds()
Methods in io.github.ma1uta.matrix.client.model.account with parameters of type ThreePidCred Modifier and Type Method Description void
ThreePidRequest. setThreePidCreds(ThreePidCred threePidCreds)
Method parameters in io.github.ma1uta.matrix.client.model.account with type arguments of type ThreePidCred Modifier and Type Method Description void
AuthenticationData. setThreepidCreds(List<ThreePidCred> threepidCreds)
-