|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.fb4j.client.FacebookMethod<T>
public abstract class FacebookMethod<T>
| Nested Class Summary | |
|---|---|
static class |
FacebookMethod.Auth
|
static class |
FacebookMethod.Events
|
static class |
FacebookMethod.Fbml
|
static class |
FacebookMethod.Feed
|
static class |
FacebookMethod.Fql
|
static class |
FacebookMethod.Friends
|
static class |
FacebookMethod.Groups
|
static class |
FacebookMethod.Marketplace
|
static class |
FacebookMethod.Notifications
|
static class |
FacebookMethod.Pages
|
static class |
FacebookMethod.Photos
|
static class |
FacebookMethod.Profile
|
static class |
FacebookMethod.Users
|
| Constructor Summary | |
|---|---|
FacebookMethod(java.lang.String methodName,
java.lang.String format)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
|
java.lang.String |
getMethodName()
|
abstract T |
parseResponse(java.lang.String response)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FacebookMethod(java.lang.String methodName,
java.lang.String format)
| Method Detail |
|---|
public abstract T parseResponse(java.lang.String response)
throws FacebookClientException
FacebookClientExceptionpublic java.lang.String getFormat()
public java.lang.String getMethodName()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||