Package com.restfb.types
Class Page.ScreenName
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Page.ScreenName
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.ScreenName extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScreenName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServiceName()
String
getValue()
void
setServiceName(String serviceName)
void
setValue(String value)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ScreenName
public ScreenName()
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
setServiceName
public void setServiceName(String serviceName)
-
-