Package com.restfb.types.ads
Class ExtendedCreditInvoiceGroup
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.ExtendedCreditInvoiceGroup
- All Implemented Interfaces:
Serializable
public class ExtendedCreditInvoiceGroup extends NamedAdsObject
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExtendedCreditInvoiceGroup()
-
Method Summary
Modifier and Type Method Description Boolean
getAutoEnroll()
String
getCustomerPoNumber()
String
getEmail()
List<String>
getEmails()
void
setAutoEnroll(Boolean autoEnroll)
void
setCustomerPoNumber(String customerPoNumber)
void
setEmail(String email)
void
setEmails(List<String> emails)
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ExtendedCreditInvoiceGroup
public ExtendedCreditInvoiceGroup()
-
-
Method Details
-
getAutoEnroll
-
setAutoEnroll
-
getCustomerPoNumber
-
setCustomerPoNumber
-
getEmail
-
setEmail
-
getEmails
-
setEmails
-