Uses of Class
com.ibm.fhir.model.type.code.DayOfWeek
-
Packages that use DayOfWeek Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of DayOfWeek in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return types with arguments of type DayOfWeek Modifier and Type Method Description List<DayOfWeek>Timing.Repeat. getDayOfWeek()If one or more days of week is provided, then the action happens only on the specified day(s).Methods in com.ibm.fhir.model.type with parameters of type DayOfWeek Modifier and Type Method Description Timing.Repeat.BuilderTiming.Repeat.Builder. dayOfWeek(DayOfWeek... dayOfWeek)If one or more days of week is provided, then the action happens only on the specified day(s).Method parameters in com.ibm.fhir.model.type with type arguments of type DayOfWeek Modifier and Type Method Description Timing.Repeat.BuilderTiming.Repeat.Builder. dayOfWeek(Collection<DayOfWeek> dayOfWeek)If one or more days of week is provided, then the action happens only on the specified day(s). -
Uses of DayOfWeek in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as DayOfWeek Modifier and Type Field Description static DayOfWeekDayOfWeek. FRIFridaystatic DayOfWeekDayOfWeek. MONMondaystatic DayOfWeekDayOfWeek. SATSaturdaystatic DayOfWeekDayOfWeek. SUNSundaystatic DayOfWeekDayOfWeek. THUThursdaystatic DayOfWeekDayOfWeek. TUETuesdaystatic DayOfWeekDayOfWeek. WEDWednesdayMethods in com.ibm.fhir.model.type.code that return DayOfWeek Modifier and Type Method Description DayOfWeekDayOfWeek.Builder. build()static DayOfWeekDayOfWeek. of(DayOfWeek.ValueSet value)Factory method for creating DayOfWeek objects from a passed enum value.static DayOfWeekDayOfWeek. of(String value)Factory method for creating DayOfWeek objects from a passed string value.
-