Package com.restfb.types.instagram
Class IgContentPublishingLimit
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.instagram.IgContentPublishingLimit
-
- All Implemented Interfaces:
Serializable
public class IgContentPublishingLimit extends AbstractFacebookType
return type of the content publishing limit endpoint- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IgContentPublishingLimit.Config
-
Constructor Summary
Constructors Constructor Description IgContentPublishingLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgContentPublishingLimit.Config
getConfig()
String
getQuotaUsage()
void
setConfig(IgContentPublishingLimit.Config config)
void
setQuotaUsage(String quotaUsage)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
IgContentPublishingLimit
public IgContentPublishingLimit()
-
-
Method Detail
-
getQuotaUsage
public String getQuotaUsage()
-
setQuotaUsage
public void setQuotaUsage(String quotaUsage)
-
getConfig
public IgContentPublishingLimit.Config getConfig()
-
setConfig
public void setConfig(IgContentPublishingLimit.Config config)
-
-