Class BusinessOpeningHoursInterval
java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHoursInterval
Describes the opening hours of a business.
- Since:
- 3 March 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
opening_minute
The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 -
closing_minute
The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
-
-
Constructor Details
-
BusinessOpeningHoursInterval
public BusinessOpeningHoursInterval()
-
-
Method Details
-
equals
-
hashCode
-