
Package ca.uhn.fhir.rest.gclient
Interface DateClientParam.IDateSpecifier
-
- Enclosing class:
- DateClientParam
public static interface DateClientParam.IDateSpecifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateClientParam.IDateCriterion
day(String theValue)
DateClientParam.IDateCriterion
day(Date theValue)
DateClientParam.IDateCriterion
millis(String theValue)
DateClientParam.IDateCriterion
millis(Date theValue)
DateClientParam.IDateCriterion
now()
DateClientParam.IDateCriterion
second(String theValue)
DateClientParam.IDateCriterion
second(Date theValue)
-
-
-
Method Detail
-
day
DateClientParam.IDateCriterion day(Date theValue)
-
day
DateClientParam.IDateCriterion day(String theValue)
-
second
DateClientParam.IDateCriterion second(Date theValue)
-
second
DateClientParam.IDateCriterion second(String theValue)
-
millis
DateClientParam.IDateCriterion millis(Date theValue)
-
millis
DateClientParam.IDateCriterion millis(String theValue)
-
-