Package lumis.portal.rest.util
Class DateParam
- java.lang.Object
-
- java.util.Date
-
- lumis.portal.rest.util.DateParam
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Date>
@StableMinor(version="14.0", sinceVersion="8.0") public class DateParam extends Date
Class that may be used as a parameter in a JAX-RS operation that expects to receive date in ISO 8601 format or as a numeric value indicating the number of milliseconds since January 1, 1970, 00:00:00 GMT.- Since:
- 8.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, toString, UTC
-
-
-
-
Constructor Detail
-
DateParam
public DateParam(String value)
-
-