Package com.restfb.types
Class SearchPlace.PagesPlatformComponentFlowServiceConfig
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.SearchPlace.PagesPlatformComponentFlowServiceConfig
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SearchPlace
public static class SearchPlace.PagesPlatformComponentFlowServiceConfig extends FacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description PagesPlatformComponentFlowServiceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeeplink()
String
getFlowCategory()
String
getLabel()
void
setDeeplink(String deeplink)
void
setFlowCategory(String flowCategory)
void
setLabel(String label)
-
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
-
PagesPlatformComponentFlowServiceConfig
public PagesPlatformComponentFlowServiceConfig()
-
-
Method Detail
-
getDeeplink
public String getDeeplink()
-
setDeeplink
public void setDeeplink(String deeplink)
-
getFlowCategory
public String getFlowCategory()
-
setFlowCategory
public void setFlowCategory(String flowCategory)
-
-