|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TwitterData
| Method Summary | |
|---|---|
String |
getTwitterCard()
Gets the twitter:card content. |
String |
getTwitterCreator()
Gets the twitter:creator content. |
String |
getTwitterDescription()
Gets the twitter:description content. |
String |
getTwitterImage()
Gets the twitter:image content. |
String |
getTwitterSite()
Gets the twitter:site content. |
String |
getTwitterTitle()
Gets the twitter:title content. |
String |
getTwitterUrl()
Gets the twitter:url content. |
void |
setTwitterCard(String twitterCard)
Sets the twitter:card content. |
void |
setTwitterCreator(String twitterCreator)
Sets the twitter:creator content. |
void |
setTwitterDescription(String twitterDescription)
Sets the twitter:description content. |
void |
setTwitterImage(String twitterImage)
Sets the twitter:image content. |
void |
setTwitterSite(String twitterSite)
Sets the twitter:site content. |
void |
setTwitterTitle(String twitterTitle)
Sets the twitter:url content. |
void |
setTwitterUrl(String twitterUrl)
Sets the twitter:url content. |
| Method Detail |
|---|
@Nullable String getTwitterSite()
void setTwitterSite(@Nullable
String twitterSite)
twitterSite - @Nullable String getTwitterCreator()
void setTwitterCreator(@Nullable
String twitterCreator)
twitterCreator - @Nullable String getTwitterCard()
void setTwitterCard(@Nullable
String twitterCard)
twitterCard - @Nullable String getTwitterUrl()
void setTwitterUrl(@Nullable
String twitterUrl)
twitterUrl - @Nullable String getTwitterTitle()
void setTwitterTitle(@Nullable
String twitterTitle)
twitterTitle - @Nullable String getTwitterDescription()
void setTwitterDescription(@Nullable
String twitterDescription)
twitterDescription - @Nullable String getTwitterImage()
void setTwitterImage(@Nullable
String twitterImage)
twitterImage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||