Package com.restfb.types.ads
Class AdAccountGroupAccount
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdAccountGroupAccount
-
- All Implemented Interfaces:
Serializable
public class AdAccountGroupAccount extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdAccountGroupAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountId()
String
getStatus()
void
setAccountId(String accountId)
void
setStatus(String status)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdAccountGroupAccount
public AdAccountGroupAccount()
-
-
Method Detail
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
-