Uses of Class
net.webpdf.wsclient.openapi.SessionState
-
Packages that use SessionState Package Description net.webpdf.wsclient.openapi -
-
Uses of SessionState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return SessionState Modifier and Type Method Description static SessionStateSessionState. fromValue(String value)@Nullable SessionStateSessionTableEntry. getSessionState()Get sessionStatestatic SessionStateSessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionState[]SessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type SessionState Modifier and Type Method Description SessionTableEntrySessionTableEntry. sessionState(SessionState sessionState)voidSessionTableEntry. setSessionState(SessionState sessionState)
-