Package com.restfb.types.ads
Class ConversionActionQuery
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.ConversionActionQuery
-
- All Implemented Interfaces:
Serializable
public class ConversionActionQuery extends AbstractFacebookType
Represents the Conversion action query type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionActionQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getActionType()
Action typeList<String>
getApplication()
ApplicationList<String>
getConversionId()
Rule based offsite conversionList<String>
getEvent()
EventList<String>
getEventCreator()
Event creatorList<String>
getEventType()
Event TypeList<String>
getFbPixel()
Facebook pixel idList<String>
getFbPixelEvent()
Facebook pixel eventList<String>
getObject()
ObjectList<String>
getObjectDomain()
Object domainList<String>
getOffer()
OfferList<String>
getOfferCreator()
Offer creatorList<String>
getOffsitePixel()
Offsite pixelList<String>
getPage()
PageList<String>
getPageParent()
Page parentList<String>
getPost()
PostList<String>
getPostObject()
Post objectList<String>
getPostObjectWall()
Post object wallList<String>
getPostWall()
Post wallList<String>
getProductSetId()
Product set idList<String>
getQuestion()
QuestionList<String>
getQuestionCreator()
Question creatorList<String>
getResponse()
ResponseList<String>
getSubtype()
Subtypevoid
setActionType(List<String> actionType)
Action typevoid
setApplication(List<String> application)
Applicationvoid
setConversionId(List<String> conversionId)
Rule based offsite conversionvoid
setEvent(List<String> event)
Eventvoid
setEventCreator(List<String> eventCreator)
Event creatorvoid
setEventType(List<String> eventType)
Event Typevoid
setFbPixel(List<String> fbPixel)
Facebook pixel idvoid
setFbPixelEvent(List<String> fbPixelEvent)
Facebook pixel eventvoid
setObject(List<String> object)
Objectvoid
setObjectDomain(List<String> objectDomain)
Object domainvoid
setOffer(List<String> offer)
Offervoid
setOfferCreator(List<String> offerCreator)
Offer creatorvoid
setOffsitePixel(List<String> offsitePixel)
Offsite pixelvoid
setPage(List<String> page)
Pagevoid
setPageParent(List<String> pageParent)
Page parentvoid
setPost(List<String> post)
Postvoid
setPostObject(List<String> postObject)
Post objectvoid
setPostObjectWall(List<String> postObjectWall)
Post object wallvoid
setPostWall(List<String> postWall)
Post wallvoid
setProductSetId(List<String> productSetId)
Product set idvoid
setQuestion(List<String> question)
Questionvoid
setQuestionCreator(List<String> questionCreator)
Question creatorvoid
setResponse(List<String> response)
Responsevoid
setSubtype(List<String> subtype)
Subtype-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ConversionActionQuery
public ConversionActionQuery()
-
-
Method Detail
-
getActionType
public List<String> getActionType()
Action type
-
setActionType
public void setActionType(List<String> actionType)
Action type
-
getApplication
public List<String> getApplication()
Application
-
setApplication
public void setApplication(List<String> application)
Application
-
getConversionId
public List<String> getConversionId()
Rule based offsite conversion
-
setConversionId
public void setConversionId(List<String> conversionId)
Rule based offsite conversion
-
getEventType
public List<String> getEventType()
Event Type
-
setEventType
public void setEventType(List<String> eventType)
Event Type
-
getEventCreator
public List<String> getEventCreator()
Event creator
-
setEventCreator
public void setEventCreator(List<String> eventCreator)
Event creator
-
getFbPixel
public List<String> getFbPixel()
Facebook pixel id
-
setFbPixel
public void setFbPixel(List<String> fbPixel)
Facebook pixel id
-
getFbPixelEvent
public List<String> getFbPixelEvent()
Facebook pixel event
-
setFbPixelEvent
public void setFbPixelEvent(List<String> fbPixelEvent)
Facebook pixel event
-
getObjectDomain
public List<String> getObjectDomain()
Object domain
-
setObjectDomain
public void setObjectDomain(List<String> objectDomain)
Object domain
-
getOfferCreator
public List<String> getOfferCreator()
Offer creator
-
setOfferCreator
public void setOfferCreator(List<String> offerCreator)
Offer creator
-
getOffsitePixel
public List<String> getOffsitePixel()
Offsite pixel
-
setOffsitePixel
public void setOffsitePixel(List<String> offsitePixel)
Offsite pixel
-
getPageParent
public List<String> getPageParent()
Page parent
-
setPageParent
public void setPageParent(List<String> pageParent)
Page parent
-
getPostObject
public List<String> getPostObject()
Post object
-
setPostObject
public void setPostObject(List<String> postObject)
Post object
-
getPostObjectWall
public List<String> getPostObjectWall()
Post object wall
-
setPostObjectWall
public void setPostObjectWall(List<String> postObjectWall)
Post object wall
-
getPostWall
public List<String> getPostWall()
Post wall
-
setPostWall
public void setPostWall(List<String> postWall)
Post wall
-
getProductSetId
public List<String> getProductSetId()
Product set id
-
setProductSetId
public void setProductSetId(List<String> productSetId)
Product set id
-
getQuestion
public List<String> getQuestion()
Question
-
setQuestion
public void setQuestion(List<String> question)
Question
-
getQuestionCreator
public List<String> getQuestionCreator()
Question creator
-
setQuestionCreator
public void setQuestionCreator(List<String> questionCreator)
Question creator
-
getResponse
public List<String> getResponse()
Response
-
setResponse
public void setResponse(List<String> response)
Response
-
getSubtype
public List<String> getSubtype()
Subtype
-
setSubtype
public void setSubtype(List<String> subtype)
Subtype
-
-