public class SessionReportResourceImpl extends Object implements SessionReportResource
| Constructor and Description |
|---|
SessionReportResourceImpl(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
PaginationObject<SessionReport> |
getSessionReport(String user) |
PaginationObject<SessionReport> |
getSessionReport(String user,
String userId,
long offset,
int limit,
int lastDays) |
public SessionReportResourceImpl(javax.ws.rs.client.WebTarget target)
public PaginationObject<SessionReport> getSessionReport(String user)
getSessionReport in interface SessionReportResourcepublic PaginationObject<SessionReport> getSessionReport(String user, String userId, long offset, int limit, int lastDays)
getSessionReport in interface SessionReportResourceCopyright © 2016. All rights reserved.