Uses of Class
com.restfb.types.Hours.DayOfWeek
-
Packages that use Hours.DayOfWeek Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Hours.DayOfWeek in com.restfb.types
Methods in com.restfb.types that return Hours.DayOfWeek Modifier and Type Method Description static Hours.DayOfWeek
Hours.DayOfWeek. valueOf(String name)
Returns the enum constant of this type with the specified name.static Hours.DayOfWeek[]
Hours.DayOfWeek. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types that return types with arguments of type Hours.DayOfWeek 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 valueMethods in com.restfb.types with parameters of type Hours.DayOfWeek Modifier and Type Method Description Map<Integer,Hours.Hour>
Hours. getHours(Hours.DayOfWeek day)
Returns a map of indices andHours.Hour
objects with the open and close time
-