Package com.restfb.types.ads
Class StoreCatalogSettings
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.StoreCatalogSettings
-
- All Implemented Interfaces:
Serializable
public class StoreCatalogSettings extends BaseAdsObject
Represents the Store Catalog Settings type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreCatalogSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page
getPage()
void
setPage(Page page)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
StoreCatalogSettings
public StoreCatalogSettings()
-
-