Uses of Class
net.webpdf.wsclient.openapi.SessionTableEntry
-
Packages that use SessionTableEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of SessionTableEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return SessionTableEntry Modifier and Type Method Description SessionTableEntrySessionTableEntry. admin(Boolean admin)SessionTableEntrySessionTableEntry. fileCount(Long fileCount)SessionTableEntrySessionTableEntry. fileFolder(String fileFolder)SessionTableEntrySessionTableEntry. fileSize(Long fileSize)SessionTableEntrySessionTableEntry. fileSizeHistory(Long fileSizeHistory)SessionTableEntrySessionTableEntry. isAdmin(Boolean isAdmin)SessionTableEntrySessionTableEntry. lastAccess(Long lastAccess)SessionTableEntrySessionTableEntry. providerId(String providerId)SessionTableEntrySessionTableEntry. sessionExpiration(Long sessionExpiration)SessionTableEntrySessionTableEntry. sessionId(String sessionId)SessionTableEntrySessionTableEntry. sessionState(SessionState sessionState)SessionTableEntrySessionTableEntry. userName(String userName)Methods in net.webpdf.wsclient.openapi that return types with arguments of type SessionTableEntry Modifier and Type Method Description @Nullable List<SessionTableEntry>SessionTable. getSessionList()List of all sessions and detailed information about each session.Methods in net.webpdf.wsclient.openapi with parameters of type SessionTableEntry Modifier and Type Method Description SessionTableSessionTable. addSessionListItem(SessionTableEntry sessionListItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type SessionTableEntry Modifier and Type Method Description SessionTableSessionTable. sessionList(List<SessionTableEntry> sessionList)voidSessionTable. setSessionList(List<SessionTableEntry> sessionList)
-