Uses of Class
io.github.ma1uta.matrix.client.model.capability.ChangePasswordCapability
-
Packages that use ChangePasswordCapability Package Description io.github.ma1uta.matrix.client.model.capability -
-
Uses of ChangePasswordCapability in io.github.ma1uta.matrix.client.model.capability
Fields in io.github.ma1uta.matrix.client.model.capability declared as ChangePasswordCapability Modifier and Type Field Description private ChangePasswordCapability
CapabilitiesResponse. changePassword
Capability to indicate if the user can change their password.Methods in io.github.ma1uta.matrix.client.model.capability that return ChangePasswordCapability Modifier and Type Method Description ChangePasswordCapability
CapabilitiesResponse. getChangePassword()
Methods in io.github.ma1uta.matrix.client.model.capability with parameters of type ChangePasswordCapability Modifier and Type Method Description void
CapabilitiesResponse. setChangePassword(ChangePasswordCapability changePassword)
-