Package com.restfb.types
Class GranularScope
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.GranularScope
-
- All Implemented Interfaces:
Serializable
public class 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.void
setScope(String scope)
The permission granted by the user.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
GranularScope
public GranularScope()
-
-
Method Detail
-
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.
-
getScope
public String getScope()
The permission granted by the user.- Returns:
- The permission granted by the user.
-
-