Class BusinessOpeningHours
java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHours
Describes the opening hours of a business.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<BusinessOpeningHoursInterval> List of time intervals describing business opening hoursprivate StringUnique name of the time zone for which the opening hours are defined -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
timeZoneName
Unique name of the time zone for which the opening hours are defined -
openingHours
List of time intervals describing business opening hours
-
-
Constructor Details
-
BusinessOpeningHours
public BusinessOpeningHours()
-
-
Method Details
-
getTimeZoneName
-
getOpeningHours
-