public class UserHistoryItem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserHistoryItem.Type |
Modifier and Type | Field and Description |
---|---|
static UserHistoryItem.Type |
ADMIN_PAGE |
static UserHistoryItem.Type |
ASSIGNEE |
static UserHistoryItem.Type |
DASHBOARD |
static com.google.common.base.Function<UserHistoryItem,String> |
GET_ENTITY_ID
extracts the entity id, or null if input is null
|
static UserHistoryItem.Type |
ISSUE |
static UserHistoryItem.Type |
ISSUELINKTYPE |
static UserHistoryItem.Type |
ISSUESEARCHER |
static UserHistoryItem.Type |
JQL_QUERY |
static UserHistoryItem.Type |
PROJECT |
static UserHistoryItem.Type |
RESOLUTION |
static UserHistoryItem.Type |
USED_USER |
Constructor and Description |
---|
UserHistoryItem(UserHistoryItem.Type type,
String entityId) |
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
long lastViewed) |
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
long lastViewed,
String data) |
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
String data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getData() |
String |
getEntityId() |
long |
getLastViewed() |
UserHistoryItem.Type |
getType() |
int |
hashCode() |
String |
toString() |
public static final UserHistoryItem.Type ADMIN_PAGE
public static final UserHistoryItem.Type ASSIGNEE
public static final UserHistoryItem.Type DASHBOARD
public static final UserHistoryItem.Type ISSUE
public static final UserHistoryItem.Type ISSUELINKTYPE
public static final UserHistoryItem.Type ISSUESEARCHER
public static final UserHistoryItem.Type JQL_QUERY
public static final UserHistoryItem.Type PROJECT
public static final UserHistoryItem.Type RESOLUTION
public static final UserHistoryItem.Type USED_USER
public static final com.google.common.base.Function<UserHistoryItem,String> GET_ENTITY_ID
public UserHistoryItem(UserHistoryItem.Type type, String entityId, long lastViewed, String data)
public UserHistoryItem(UserHistoryItem.Type type, String entityId, long lastViewed)
public UserHistoryItem(UserHistoryItem.Type type, String entityId)
public UserHistoryItem(UserHistoryItem.Type type, String entityId, String data)
public long getLastViewed()
public UserHistoryItem.Type getType()
public String getEntityId()
public String getData()
Copyright © 2002-2015 Atlassian. All Rights Reserved.