Class NotificationResponse


  • public class NotificationResponse
    extends Object
    JSON body response for push notifications.
    • Field Detail

      • nextToken

        private String nextToken
        The token to supply in the from param of the next /notifications request in order to request more events. If this is absent, there are no more results.
      • notifications

        private List<Notification> notifications
        Required. The list of events that triggered notifications.
    • Constructor Detail

      • NotificationResponse

        public NotificationResponse()
    • Method Detail

      • getNextToken

        public String getNextToken()
      • setNextToken

        public void setNextToken​(String nextToken)
      • setNotifications

        public void setNotifications​(List<Notification> notifications)