public class Like extends User implements Publishable
| Modifier and Type | Class and Description |
|---|---|
static class |
Like.Builder
Builder for preparing the Like object to be published.
|
| Constructor and Description |
|---|
Like() |
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
getBundle()
Is used for publishing actions.
|
java.lang.String |
getPath()
https://developers.facebook.com/docs/reference/api/publishing/
|
Permission |
getPermission()
Get the needed permission for being able to publish this item
|
User |
getUser() |
public User getUser()
public android.os.Bundle getBundle()
PublishablegetBundle in interface Publishablepublic java.lang.String getPath()
PublishablegetPath in interface Publishablepublic Permission getPermission()
PublishablegetPermission in interface PublishablePermission