Package com.restfb.types
Class User.SecureBrowsing
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.User.SecureBrowsing
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.SecureBrowsing extends AbstractFacebookType
Represents the Secure Browsing Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecureBrowsing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getEnabled()
Enabledvoid
setEnabled(Boolean enabled)
Enabled-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
SecureBrowsing
public SecureBrowsing()
-
-
Method Detail
-
getEnabled
public Boolean getEnabled()
Enabled- Returns:
- Enabled
-
setEnabled
public void setEnabled(Boolean enabled)
Enabled
-
-