Uses of Class
org.openiam.base.ws.SearchMode
-
Packages that use SearchMode Package Description org.openiam.base.ws Bases that are used when the API is exposed as web services. -
-
Uses of SearchMode in org.openiam.base.ws
Methods in org.openiam.base.ws that return SearchMode Modifier and Type Method Description static SearchMode
SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchMode[]
SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-