Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
anyCommand[A](function: (Twitter) ⇒ A): FreeCF[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createBlockById(id: Long): FreeCF[User]
-
def
createBlockByScreenName(name: String): FreeCF[User]
-
def
createFavorite(id: Long): FreeCF[Status]
-
def
createUserListSubscriptionByListId(listId: Long): FreeCF[UserList]
-
def
createUserListSubscriptionByOwnerId(ownerId: Long, slug: String): FreeCF[UserList]
-
def
createUserListSubscriptionByScreenName(name: String, slug: String): FreeCF[UserList]
-
def
destroyBlockById(id: Long): FreeCF[User]
-
def
destroyBlockByScreenName(name: String): FreeCF[User]
-
def
eitherT[A](sa: FreeC[Command, A]): EitherTInterpreter[A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
getAvailableTrends: FreeCF[ResponseList[Location]]
-
val
getBlockIds: FreeCF[IDs]
-
final
def
getClass(): Class[_]
-
val
getDirectMessages: FreeCF[ResponseList[DirectMessage]]
-
val
getFavorites: FreeCF[ResponseList[Status]]
-
def
getFavoritesById(id: Long): FreeCF[ResponseList[Status]]
-
def
getFavoritesByScreenName(name: String): FreeCF[ResponseList[Status]]
-
val
getHomeTimeline: FreeCF[ResponseList[Status]]
-
val
getMentionsTimeline: FreeCF[ResponseList[Status]]
-
def
getPlaceTriends(id: Int): FreeCF[Trends]
-
val
getRateLimitStatus: FreeCF[Map[String, RateLimitStatus]]
-
def
getRetweets(id: Long): FreeCF[ResponseList[Status]]
-
val
getRetweetsOfMe: FreeCF[ResponseList[Status]]
-
val
getSavedSearches: FreeCF[ResponseList[SavedSearch]]
-
val
getSentDirectMessages: FreeCF[ResponseList[DirectMessage]]
-
def
getUserListsById(id: Long): FreeCF[ResponseList[UserList]]
-
def
getUserListsByScreenName(name: String): FreeCF[ResponseList[UserList]]
-
val
getUserTimeline: FreeCF[ResponseList[Status]]
-
def
hashCode(): Int
-
implicit
def
instance[F[_]](implicit I: Inject[Command, F]): Twitterz[F]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reportSpanById(id: Long): FreeCF[User]
-
def
reportSpanByScreenName(name: String): FreeCF[User]
-
def
retweetStatus(id: Long): FreeCF[Status]
-
def
run[A](sa: FreeC[Command, A]): (Twitter) ⇒ A
-
def
runTwitterz[M[_], A](sa: FreeC[Command, A])(interpreter: InterpreterF[M])(implicit arg0: Monad[M]): M[A]
-
def
search(query: Query): FreeCF[QueryResult]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateAccountSettings(trendLocationWoeid: Int, sleepTimeEnabled: Boolean, startSleepTime: String, endSleepTime: String, timeZone: String, lang: String): FreeCF[AccountSettings]
-
def
updateFriendshipById(userId: Long, enableDeviceNotification: Boolean, retweets: Boolean): FreeCF[Relationship]
-
def
updateFriendshipByScreenName(name: String, enableDeviceNotification: Boolean, retweets: Boolean): FreeCF[Relationship]
-
def
updateProfile(name: String, url: String, location: String, description: String): FreeCF[User]
-
def
updateProfileBackground(file: File, tile: Boolean): FreeCF[User]
-
def
updateProfileBackgroundByStream(stream: InputStream, tile: Boolean): FreeCF[User]
-
def
updateProfileBanner(file: File): FreeCF[Unit]
-
def
updateProfileBannerByStream(stream: InputStream): FreeCF[Unit]
-
def
updateProfileColors(profileBackgroundColor: String, profileTextColor: String, profileLinkColor: String, profileSidebarFillColor: String, profileSidebarBorderColor: String): FreeCF[User]
-
def
updateProfileImage(file: File): FreeCF[User]
-
def
updateProfileImageByStream(stream: InputStream): FreeCF[User]
-
def
updateStatus(tweet: String): FreeCF[Status]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any