Class UserSessionEntity
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.UserSessionEntity
-
public class UserSessionEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description UserSessionEntity()
UserSessionEntity(ContentEntityList history)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ContentEntityList
getHistory()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
UserSessionEntity
public UserSessionEntity()
-
UserSessionEntity
public UserSessionEntity(ContentEntityList history)
-
-