Uses of Class
io.github.ma1uta.matrix.client.model.push.Notification
-
Packages that use Notification Package Description io.github.ma1uta.matrix.client.model.push Push API models. -
-
Uses of Notification in io.github.ma1uta.matrix.client.model.push
Fields in io.github.ma1uta.matrix.client.model.push with type parameters of type Notification Modifier and Type Field Description private List<Notification>
NotificationResponse. notifications
Required.Methods in io.github.ma1uta.matrix.client.model.push that return types with arguments of type Notification Modifier and Type Method Description List<Notification>
NotificationResponse. getNotifications()
Method parameters in io.github.ma1uta.matrix.client.model.push with type arguments of type Notification Modifier and Type Method Description void
NotificationResponse. setNotifications(List<Notification> notifications)
-