Package com.restfb.types.ads
Class LeadGenQualifier
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.LeadGenQualifier
- All Implemented Interfaces:
Serializable
public class LeadGenQualifier extends BaseAdsObject
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LeadGenQualifier()
-
Method Summary
Modifier and Type Method Description String
getCategory()
String
getFieldKey()
String
getLabel()
String
getQuestion()
void
setCategory(String category)
void
setFieldKey(String fieldKey)
void
setLabel(String label)
void
setQuestion(String question)
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
LeadGenQualifier
public LeadGenQualifier()
-
-
Method Details
-
getCategory
-
setCategory
-
getFieldKey
-
setFieldKey
-
getLabel
-
setLabel
-
getQuestion
-
setQuestion
-