Uses of Class
org.springframework.social.google.api.calendar.OrderBy
-
Packages that use OrderBy Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.calendar.impl -
-
Uses of OrderBy in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return OrderBy Modifier and Type Method Description static OrderByOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderBy[]OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.social.google.api.calendar with parameters of type OrderBy Modifier and Type Method Description EventListQueryBuilderEventListQueryBuilder. orderBy(OrderBy orderBy)The order of the events returned in the result. -
Uses of OrderBy in org.springframework.social.google.api.calendar.impl
Methods in org.springframework.social.google.api.calendar.impl with parameters of type OrderBy Modifier and Type Method Description EventListQueryBuilderEventListQueryBuilderImpl. orderBy(OrderBy orderBy)
-