Uses of Record Class
it.auties.whatsapp.model.business.BusinessHoursEntry
Packages that use BusinessHoursEntry
-
Uses of BusinessHoursEntry in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business with type parameters of type BusinessHoursEntryModifier and TypeFieldDescriptionprivate final List<BusinessHoursEntry> BusinessHours.entriesThe field for theentriesrecord component.Methods in it.auties.whatsapp.model.business that return BusinessHoursEntryModifier and TypeMethodDescriptionstatic BusinessHoursEntryCreates aBusinessHoursEntryfrom aNode.Methods in it.auties.whatsapp.model.business that return types with arguments of type BusinessHoursEntryModifier and TypeMethodDescriptionBusinessHours.entries()Returns the value of theentriesrecord component.Constructor parameters in it.auties.whatsapp.model.business with type arguments of type BusinessHoursEntryModifierConstructorDescriptionBusinessHours(String timeZone, List<BusinessHoursEntry> entries) Creates an instance of aBusinessHoursrecord class.