Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.allDay(Boolean allDay) |
The Location is open all day.
|
static Location.HoursOfOperation.Builder |
Location.HoursOfOperation.builder() |
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.closingTime(Time closingTime) |
Time that the Location closes.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.daysOfWeek(DaysOfWeek... daysOfWeek) |
Indicates which days of the week are available between the start and end Times.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.daysOfWeek(Collection<DaysOfWeek> daysOfWeek) |
Indicates which days of the week are available between the start and end Times.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.from(Location.HoursOfOperation hoursOfOperation) |
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.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.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.modifierExtension(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.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.Builder.openingTime(Time openingTime) |
Time that the Location opens.
|
Location.HoursOfOperation.Builder |
Location.HoursOfOperation.toBuilder() |
|