Class PushersRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.push.Pusher
-
- io.github.ma1uta.matrix.client.model.push.PushersRequest
-
public class PushersRequest extends Pusher
JSON body request to create a new pusher.
-
-
Constructor Summary
Constructors Constructor Description PushersRequest()
-
Method Summary
-
Methods inherited from class io.github.ma1uta.matrix.client.model.push.Pusher
getAppDisplayName, getAppId, getData, getDeviceDisplayName, getKind, getLang, getProfileTag, getPushkey, setAppDisplayName, setAppId, setData, setDeviceDisplayName, setKind, setLang, setProfileTag, setPushkey
-
-
-
-
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.
-
-