Uses of Class
io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
-
Packages that use Delete3PidRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of Delete3PidRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type Delete3PidRequest Modifier and Type Method Description void
AccountApi. deleteThreePid(Delete3PidRequest request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
Removes a third party identifier from the user's account.
-