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
All Methods Instance Methods Concrete Methods 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 Detail
-
ExtendedCreditInvoiceGroup
public ExtendedCreditInvoiceGroup()
-
-
Method Detail
-
getAutoEnroll
public Boolean getAutoEnroll()
-
setAutoEnroll
public void setAutoEnroll(Boolean autoEnroll)
-
getCustomerPoNumber
public String getCustomerPoNumber()
-
setCustomerPoNumber
public void setCustomerPoNumber(String customerPoNumber)
-
-