|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmbeddedExperience
Represents an embedded experience that may be inlined.
| Nested Class Summary | |
|---|---|
static class |
EmbeddedExperience.Field
Fields that represent JSON elements for an embedded experience. |
| Method Summary | |
|---|---|
java.lang.Object |
getContext()
Gets the contextual data for this embedded experience |
java.lang.String |
getGadget()
Gets the URL to the gadget definition for this embedded experience |
java.lang.String |
getPreviewImage()
Gets the URL to an image that may act as a preview for this embedded experience |
java.lang.String |
getUrl()
Gets the URL that may be used as an embedded experience |
void |
setContext(java.lang.Object context)
Sets the contextual data for the embedded experience |
void |
setGadget(java.lang.String gadget)
Sets the URL to the gadget definition for this embedded experience |
void |
setPreviewImage(java.lang.String previewImage)
Set the URL to an image that may act as a preview for this embedded experience |
void |
setUrl(java.lang.String url)
Sets the URL that may be used as an embedded experience |
| Method Detail |
|---|
java.lang.String getGadget()
void setGadget(java.lang.String gadget)
gadget - the URL to the gadget definition for this embedded experiencejava.lang.Object getContext()
void setContext(java.lang.Object context)
context - the contextual data for this embedded experiencejava.lang.String getPreviewImage()
void setPreviewImage(java.lang.String previewImage)
previewImage - the URL to an image that may act as a preview for this embedded
experiencejava.lang.String getUrl()
void setUrl(java.lang.String url)
url - the URL that may be used as an embedded experience
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||