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.IDateCriterionday(String theValue)DateClientParam.IDateCriterionday(Date theValue)DateClientParam.IDateCriterionnow()DateClientParam.IDateCriterionsecond(String theValue)DateClientParam.IDateCriterionsecond(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)
-
-