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 booleanequals(Object o)ContentEntityListgetHistory()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
UserSessionEntity
public UserSessionEntity()
-
UserSessionEntity
public UserSessionEntity(ContentEntityList history)
-
-