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 ChangePasswordCapabilityCapabilitiesResponse. changePasswordCapability 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 ChangePasswordCapabilityCapabilitiesResponse. getChangePassword()Methods in io.github.ma1uta.matrix.client.model.capability with parameters of type ChangePasswordCapability Modifier and Type Method Description voidCapabilitiesResponse. setChangePassword(ChangePasswordCapability changePassword)
-