Class BusinessOpeningHoursInterval
java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHoursInterval
Describes the opening hours of a business.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
opening_minuteThe 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_minuteThe 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- 
BusinessOpeningHoursIntervalpublic BusinessOpeningHoursInterval()
 
- 
- 
Method Details- 
equals
- 
hashCode
 
-