Class PushersRequest


  • public class PushersRequest
    extends Pusher
    JSON body request to create a new pusher.
    • Field Detail

      • append

        private Boolean append
        If true, the homeserver should add another pusher with the given pushkey and App ID in addition to any others with different user IDs. Otherwise, the homeserver must remove any other pushers with the same App ID and pushkey for different users. The default is false.
    • Constructor Detail

      • PushersRequest

        public PushersRequest()
    • Method Detail

      • getAppend

        public Boolean getAppend()
      • setAppend

        public void setAppend​(Boolean append)