Uses of Enum Class
com.peterphi.std.guice.restclient.jaxb.webquery.WQDates.WebQueryDateAnchor
Packages that use WQDates.WebQueryDateAnchor
-
Uses of WQDates.WebQueryDateAnchor in com.peterphi.std.guice.restclient.jaxb.webquery
Methods in com.peterphi.std.guice.restclient.jaxb.webquery that return WQDates.WebQueryDateAnchorModifier and TypeMethodDescriptionstatic WQDates.WebQueryDateAnchor
Returns the enum constant of this class with the specified name.static WQDates.WebQueryDateAnchor[]
WQDates.WebQueryDateAnchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.peterphi.std.guice.restclient.jaxb.webquery with parameters of type WQDates.WebQueryDateAnchorModifier and TypeMethodDescriptionstatic String
WQDates.encode
(WQDates.WebQueryDateAnchor anchor) static String
WQDates.encode
(WQDates.WebQueryDateAnchor anchor, boolean add, String period) static String
WQDates.encode
(WQDates.WebQueryDateAnchor anchor, boolean add, org.joda.time.Period period)