Package com.restfb.types.send
Class GenericTemplatePayload
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.TemplatePayload
-
- com.restfb.types.send.SharableTemplatePayload
-
- com.restfb.types.send.GenericTemplatePayload
-
- All Implemented Interfaces:
IsBroadcastPayload
,Serializable
public class GenericTemplatePayload extends SharableTemplatePayload implements IsBroadcastPayload
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericTemplatePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addBubble(Bubble bubble)
List<Bubble>
getElements()
ImageAspectRatioEnum
getImageAspectRatio()
void
setImageAspectRatio(ImageAspectRatioEnum imageAspectRatio)
-
Methods inherited from class com.restfb.types.send.SharableTemplatePayload
isSharable, setSharable
-
Methods inherited from class com.restfb.types.send.TemplatePayload
getTemplateType, setTemplateType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
GenericTemplatePayload
public GenericTemplatePayload()
-
-
Method Detail
-
getElements
public List<Bubble> getElements()
-
getImageAspectRatio
public ImageAspectRatioEnum getImageAspectRatio()
-
setImageAspectRatio
public void setImageAspectRatio(ImageAspectRatioEnum imageAspectRatio)
-
-