Package io.github.ma1uta.matrix.event
Class PushRules
- java.lang.Object
-
- io.github.ma1uta.matrix.event.Event<PushRulesContent>
-
- io.github.ma1uta.matrix.event.PushRules
-
public class PushRules extends Event<PushRulesContent>
All user push rules.
-
-
Constructor Summary
Constructors Constructor Description PushRules()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
All user push rules.- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Description copied from class:Event
Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
getType
in classEvent<PushRulesContent>
- Returns:
- The type of the event.
-
-