Uses of Class
com.restfb.types.Hours.Hour
-
Packages that use Hours.Hour Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Hours.Hour in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Hours.Hour Modifier and Type Method Description Map<Hours.DayOfWeek,Map<Integer,Hours.Hour>>
Hours. getHours()
returns the complete overview, with the day as key and a map as valueMap<Integer,Hours.Hour>
Hours. getHours(Hours.DayOfWeek day)
Returns a map of indices andHours.Hour
objects with the open and close time
-