public class ListWebNotificationsKey extends Object implements CacheKey, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getLimit() |
int |
getOffset() |
String |
getUserId() |
int |
hashCode() |
boolean |
isOnPopover() |
static ListWebNotificationsKey |
key(String userId,
boolean isOnPopover,
int offset,
int limit) |
public static ListWebNotificationsKey key(String userId, boolean isOnPopover, int offset, int limit)
public boolean isOnPopover()
public String getUserId()
public int getOffset()
public int getLimit()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.