Uses of Class
io.github.ma1uta.matrix.client.model.push.Pusher
-
Packages that use Pusher Package Description io.github.ma1uta.matrix.client.model.push Push API models. -
-
Uses of Pusher in io.github.ma1uta.matrix.client.model.push
Subclasses of Pusher in io.github.ma1uta.matrix.client.model.push Modifier and Type Class Description classPushersRequestJSON body request to create a new pusher.Fields in io.github.ma1uta.matrix.client.model.push with type parameters of type Pusher Modifier and Type Field Description private List<Pusher>PushersResponse. pushersAn array containing the current pushers for the user.Methods in io.github.ma1uta.matrix.client.model.push that return types with arguments of type Pusher Modifier and Type Method Description List<Pusher>PushersResponse. getPushers()Method parameters in io.github.ma1uta.matrix.client.model.push with type arguments of type Pusher Modifier and Type Method Description voidPushersResponse. setPushers(List<Pusher> pushers)
-