Interface NotificationsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Notifications, Notifications.Builder

public interface NotificationsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNotificationsList

      List<Notification> getNotificationsList()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotifications

      Notification getNotifications(int index)
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsCount

      int getNotificationsCount()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsOrBuilderList

      List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsOrBuilder

      NotificationOrBuilder getNotificationsOrBuilder(int index)
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;