Package com.restfb
Class FacebookClient.GranularScope
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.FacebookClient.GranularScope
- All Implemented Interfaces:
Serializable
- Enclosing interface:
FacebookClient
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()
The permission granted by the user.The target ids of Pages, Groups, or business assets the user granted the above permission for.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
GranularScope
public GranularScope()
-
-
Method Details
-
getScope
The permission granted by the user.- Returns:
- The permission granted by the user.
-
getTargetIds
The target ids of Pages, Groups, or business assets the user granted the above permission for.- Returns:
- The target ids of Pages, Groups, or business assets the user granted the above permission for.
-