Class RejectedPushKey


  • public class RejectedPushKey
    extends Object
    JSON body response for push api.
    • Field Detail

      • rejected

        private List<String> rejected
        A list of all pushkeys given in the notification request that are not valid. These could have been rejected by an upstream gateway because they have expired or have never been valid. Homeservers must cease sending notification requests for these pushkeys and remove the associated pushers. It may not necessarily be the notification in the request that failed: it could be that a previous notification to the same pushkey failed.
    • Constructor Detail

      • RejectedPushKey

        public RejectedPushKey()
    • Method Detail

      • setRejected

        public void setRejected​(List<String> rejected)