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 ThreePidCredThreePidRequest. threePidCredsRequired.Fields in io.github.ma1uta.matrix.client.model.account with type parameters of type ThreePidCred Modifier and Type Field Description private List<ThreePidCred>AuthenticationData. threepidCreds3Pids credentials.Methods in io.github.ma1uta.matrix.client.model.account that return ThreePidCred Modifier and Type Method Description ThreePidCredThreePidRequest. 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 voidThreePidRequest. setThreePidCreds(ThreePidCred threePidCreds)Method parameters in io.github.ma1uta.matrix.client.model.account with type arguments of type ThreePidCred Modifier and Type Method Description voidAuthenticationData. setThreepidCreds(List<ThreePidCred> threepidCreds)
-