Uses of Class
org.springframework.social.google.api.plus.ActivitiesOrder
-
Packages that use ActivitiesOrder Package Description org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl -
-
Uses of ActivitiesOrder in org.springframework.social.google.api.plus
Methods in org.springframework.social.google.api.plus that return ActivitiesOrder Modifier and Type Method Description static ActivitiesOrderActivitiesOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivitiesOrder[]ActivitiesOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.social.google.api.plus with parameters of type ActivitiesOrder Modifier and Type Method Description ActivityQueryBuilderActivityQueryBuilder. orderBy(ActivitiesOrder order) -
Uses of ActivitiesOrder in org.springframework.social.google.api.plus.impl
Methods in org.springframework.social.google.api.plus.impl with parameters of type ActivitiesOrder Modifier and Type Method Description ActivityQueryBuilderActivityQueryBuilderImpl. orderBy(ActivitiesOrder order)
-