Uses of Class
org.infinispan.rest.framework.LookupResult.Status
-
Packages that use LookupResult.Status Package Description org.infinispan.rest.framework -
-
Uses of LookupResult.Status in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return LookupResult.Status Modifier and Type Method Description LookupResult.Status
LookupResult. getStatus()
static LookupResult.Status
LookupResult.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LookupResult.Status[]
LookupResult.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-