Uses of Class
io.github.ma1uta.matrix.client.model.admin.SessionInfo
-
Packages that use SessionInfo Package Description io.github.ma1uta.matrix.client.model.admin Admin API models. -
-
Uses of SessionInfo in io.github.ma1uta.matrix.client.model.admin
Fields in io.github.ma1uta.matrix.client.model.admin with type parameters of type SessionInfo Modifier and Type Field Description private List<SessionInfo>
DeviceInfo. sessions
A user's sessions (i.e. what they did with an access token from one login).Methods in io.github.ma1uta.matrix.client.model.admin that return types with arguments of type SessionInfo Modifier and Type Method Description List<SessionInfo>
DeviceInfo. getSessions()
Method parameters in io.github.ma1uta.matrix.client.model.admin with type arguments of type SessionInfo Modifier and Type Method Description void
DeviceInfo. setSessions(List<SessionInfo> sessions)
-