Uses of Class
com.twitter.clientlib.model.CashtagEntity
-
Packages that use CashtagEntity Package Description com.twitter.clientlib.model -
-
Uses of CashtagEntity in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return CashtagEntity Modifier and Type Method Description CashtagEntityCashtagEntity. end(Integer end)static CashtagEntityCashtagEntity. fromJson(String jsonString)Create an instance of CashtagEntity given an JSON stringCashtagEntityCashtagEntity. start(Integer start)CashtagEntityCashtagEntity. tag(String tag)Methods in com.twitter.clientlib.model that return types with arguments of type CashtagEntity Modifier and Type Method Description List<CashtagEntity>FullTextEntities. getCashtags()Get cashtagsMethods in com.twitter.clientlib.model with parameters of type CashtagEntity Modifier and Type Method Description FullTextEntitiesFullTextEntities. addCashtagsItem(CashtagEntity cashtagsItem)Method parameters in com.twitter.clientlib.model with type arguments of type CashtagEntity Modifier and Type Method Description FullTextEntitiesFullTextEntities. cashtags(List<CashtagEntity> cashtags)voidFullTextEntities. setCashtags(List<CashtagEntity> cashtags)
-