Package com.restfb.types
Class UserIDForApp
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.UserIDForApp
-
- All Implemented Interfaces:
Serializable
public class UserIDForApp extends FacebookType
Represents the UserIDForApp type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description UserIDForApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Application
getApp()
void
setApp(Application app)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
UserIDForApp
public UserIDForApp()
-
-
Method Detail
-
getApp
public Application getApp()
-
setApp
public void setApp(Application app)
-
-