Class IgnoredUserList


  • public class IgnoredUserList
    extends Event<IgnoredUserListContent>
    A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.
    • Field Detail

      • TYPE

        public static final String TYPE
        A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IgnoredUserList

        public IgnoredUserList()
    • 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 class Event<IgnoredUserListContent>
        Returns:
        The type of the event.