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
All Methods Instance Methods Concrete Methods 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 Detail
-
LeadGenQualifier
public LeadGenQualifier()
-
-
Method Detail
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getFieldKey
public String getFieldKey()
-
setFieldKey
public void setFieldKey(String fieldKey)
-
getQuestion
public String getQuestion()
-
setQuestion
public void setQuestion(String question)
-
-