PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.allDay(java.lang.Boolean allDay) |
Convenience method for setting allDay .
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.allDay(Boolean allDay) |
Is this always available? (hence times are irrelevant) e.g.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.availableEndTime(java.time.LocalTime availableEndTime) |
Convenience method for setting availableEndTime .
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.availableEndTime(Time availableEndTime) |
The closing time of day.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.availableStartTime(java.time.LocalTime availableStartTime) |
Convenience method for setting availableStartTime .
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.availableStartTime(Time availableStartTime) |
The opening time of day.
|
static PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.builder() |
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.daysOfWeek(java.util.Collection<DaysOfWeek> daysOfWeek) |
Indicates which days of the week are available between the start and end Times.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.daysOfWeek(DaysOfWeek... daysOfWeek) |
Indicates which days of the week are available between the start and end Times.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.from(PractitionerRole.AvailableTime availableTime) |
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
PractitionerRole.AvailableTime.Builder |
PractitionerRole.AvailableTime.toBuilder() |
|