| java.lang.Object |
| ↳ |
com.restfb.types.FacebookType |
| |
↳ |
com.restfb.types.NamedFacebookType |
| |
|
↳ |
org.mule.module.facebook.types.Member |
Class Overview
Class representing a member returned when calling graph api {group}/members
Summary
|
[Expand]
Inherited Constants |
From class
com.restfb.types.NamedFacebookType
|
From class
com.restfb.types.FacebookType
|
|
[Expand]
Inherited Fields |
From class
com.restfb.types.NamedFacebookType
|
From class
com.restfb.types.FacebookType
|
private
String |
id |
|
|
private
FacebookType.Metadata |
metadata |
|
|
private
String |
type |
|
|
|
[Expand]
Inherited Methods |
From class
com.restfb.types.NamedFacebookType
|
From class
com.restfb.types.FacebookType
|
boolean
|
equals(Object arg0)
|
|
String
|
getId()
|
|
FacebookType.Metadata
|
getMetadata()
|
|
String
|
getType()
|
|
int
|
hashCode()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
1
(0x0000000000000001)
Fields
private
boolean
administrator
Public Constructors
Public Methods
public
boolean
getAdministrator
()
public
void
setAdministrator
(boolean administrator)