Uses of Class
com.restfb.types.RecommendationType
-
Packages that use RecommendationType Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.webhook -
-
Uses of RecommendationType in com.restfb.types
Methods in com.restfb.types that return RecommendationType Modifier and Type Method Description RecommendationType
OpenGraphRating. getRecommendationType()
Recommendation field for change on August 17, 2018RecommendationType
PageRating. getRecommendationType()
static RecommendationType
RecommendationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecommendationType[]
RecommendationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types with parameters of type RecommendationType Modifier and Type Method Description void
OpenGraphRating. setRecommendationType(RecommendationType recommendationType)
Recommendation field for change on August 17, 2018void
PageRating. setRecommendationType(RecommendationType recommendationType)
-
Uses of RecommendationType in com.restfb.types.webhook
Methods in com.restfb.types.webhook that return RecommendationType Modifier and Type Method Description RecommendationType
RatingsRatingValue. getRecommendationType()
Methods in com.restfb.types.webhook with parameters of type RecommendationType Modifier and Type Method Description void
RatingsRatingValue. setRecommendationType(RecommendationType recommendationType)
-