Class FriendDeleteEvent

  • All Implemented Interfaces:

    
    public final class FriendDeleteEvent
    
                        

    Event data for friend deletion.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<String> userIds
      private final Long operationTime
    • Constructor Summary

      Constructors 
      Constructor Description
      FriendDeleteEvent(List<String> userIds, Long operationTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<String> getUserIds() List of deleted friend user IDs
      final Long getOperationTime() Timestamp of the operation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FriendDeleteEvent

        FriendDeleteEvent(List<String> userIds, Long operationTime)
    • Method Detail

      • getUserIds

         final List<String> getUserIds()

        List of deleted friend user IDs