Uses of Class
org.intocps.maestro.webapi.controllers.SessionLogic.SessionStatus
-
Packages that use SessionLogic.SessionStatus Package Description org.intocps.maestro.webapi.controllers -
-
Uses of SessionLogic.SessionStatus in org.intocps.maestro.webapi.controllers
Methods in org.intocps.maestro.webapi.controllers that return SessionLogic.SessionStatus Modifier and Type Method Description SessionLogic.SessionStatusSessionLogic. getStatus()static SessionLogic.SessionStatusSessionLogic.SessionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionLogic.SessionStatus[]SessionLogic.SessionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.intocps.maestro.webapi.controllers with parameters of type SessionLogic.SessionStatus Modifier and Type Method Description voidSessionLogic. setStatus(SessionLogic.SessionStatus status)
-