Class AppRoles
- java.lang.Object
-
- com.restfb.types.webhook.messaging.AppRoles
-
- All Implemented Interfaces:
InnerMessagingItem
public class AppRoles extends Object implements InnerMessagingItem
Represents the app roles as used here: App Roles on Facebook
-
-
Constructor Summary
Constructors Constructor Description AppRoles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAppIds()
Get a set of app idsList<String>
getRoles(String appId)
get the roles to the given app id
-