Package com.restfb.types
Class User.UserDevice
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.User.UserDevice
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.UserDevice extends AbstractFacebookType
Represents the User Device Graph API type.- Author:
- Norbert Bartels
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHardware()
String
getOs()
void
setHardware(String hardware)
void
setOs(String os)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
UserDevice
public UserDevice()
-
-
Method Detail
-
getHardware
public String getHardware()
-
setHardware
public void setHardware(String hardware)
-
-