Package com.restfb
Class FacebookClient.GranularScope
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.FacebookClient.GranularScope
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FacebookClient
public static class FacebookClient.GranularScope extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GranularScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScope()
The permission granted by the user.List<String>
getTargetIds()
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 Detail
-
GranularScope
public GranularScope()
-
-
Method Detail
-
getScope
public String getScope()
The permission granted by the user.- Returns:
- The permission granted by the user.
-
getTargetIds
public List<String> 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.
-
-