Uses of Class
org.gcube.application.geoportal.common.model.rest.QueryRequest.OrderedRequest.Direction
-
Packages that use QueryRequest.OrderedRequest.Direction Package Description org.gcube.application.geoportal.common.model.rest -
-
Uses of QueryRequest.OrderedRequest.Direction in org.gcube.application.geoportal.common.model.rest
Methods in org.gcube.application.geoportal.common.model.rest that return QueryRequest.OrderedRequest.Direction Modifier and Type Method Description static QueryRequest.OrderedRequest.DirectionQueryRequest.OrderedRequest.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryRequest.OrderedRequest.Direction[]QueryRequest.OrderedRequest.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-