Package ubic.gemma.rest.util.args
Class SortArg<O extends Identifiable>
- All Implemented Interfaces:
Arg<SortArg.Sort>
Represents an API argument for sorting.
- Author:
- tesarst
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Identifiable>
SortArg<T> Used by RS to parse value of request parameters.Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
Method Details
-
valueOf
Used by RS to parse value of request parameters.- Parameters:
s- the request taxon argument- Returns:
- a new SortArg object representing the sort options in the given string, or a malformed SortArg that will
throw a
BadRequestException, if the given string was not well-formed. - Throws:
MalformedArgException
-