twitter4s.api.impl

ListsResourcesImpl

trait ListsResourcesImpl extends ListsResources

Self Type
ListsResourcesImpl with Twitter
Linear Supertypes
ListsResources, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListsResourcesImpl
  2. ListsResources
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addUserListMember(listId: Int, userId: Long): UserList

    Definition Classes
    ListsResourcesImplListsResources
  7. def addUserListMembers(listId: Int, specificUsers: SpecificInfo): UserList

    Definition Classes
    ListsResourcesImplListsResources
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createUserList(listName: String, isPublicList: Boolean, description: String): UserList

    listName

    The name of the list you are creating. Required.

    isPublicList

    set true if you wish to make a public list

    description

    The description of the list you are creating. Optional.

    returns

    the list that was created

    Definition Classes
    ListsResourcesImplListsResources
  11. def createUserListMember(listSpecificInfo: SpecificInfo, userId: Long): UserList

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    userId

    The id of the user to add as a member of the list.

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  12. def createUserListMembers(listSpecificInfo: SpecificInfo, specificUsers: SpecificInfo): UserList

    {@inheitDoc}

    {@inheitDoc}

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    Definition Classes
    ListsResourcesImplListsResources
  13. def createUserListSubscription(listSpecificInfo: SpecificInfo): UserList

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  14. def deleteUserListMember(listId: Int, userId: Long): UserList

    Definition Classes
    ListsResourcesImplListsResources
  15. def destroyUserList(listSpecificInfo: SpecificInfo): UserList

    listSpecificInfo

    (required) the user list specific information(list id or [screen name or ID] and list slug)

    returns

    the deleted list

    Definition Classes
    ListsResourcesImplListsResources
  16. def destroyUserListMember(listSpecificInfo: SpecificInfo, userId: Long): UserList

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    userId

    The screen name of the member you wish to remove from the list.

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  17. def destroyUserListSubscription(listSpecificInfo: SpecificInfo): UserList

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getUserListMembers(listSpecificInfo: SpecificInfo, cursor: Long): PagableResponseList[twitter4j.User]

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    cursor

    Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.

    returns

    the members of the specified list.

    Definition Classes
    ListsResourcesImplListsResources
  23. def getUserListMemberships(listMemberSpecificUser: SpecificInfo = null, cursor: Long, filterToOwnedLists: Boolean = null): PagableResponseList[twitter4j.UserList]

    listMemberSpecificUser

    (optional) the user specific information (screen name or ID) of the list member

    cursor

    (required) Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.

    filterToOwnedLists

    (optional) Whether to return just lists the authenticating user owns, and the user represented by listMemberScreenName is a member of.

    returns

    the list of lists

    Definition Classes
    ListsResourcesImplListsResources
  24. def getUserListStatuses(listSpecificInfo: SpecificInfo, paging: Paging): ResponseList[twitter4j.Status]

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    paging

    controls pagination. Supports since_id, max_id, count and page parameters.

    returns

    list of statuses for members of the specified list

    Definition Classes
    ListsResourcesImplListsResources
  25. def getUserListSubscribers(listSpecificInfo: SpecificInfo, cursor: Long): PagableResponseList[twitter4j.User]

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    cursor

    Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.

    returns

    the members of the specified list.

    Definition Classes
    ListsResourcesImplListsResources
  26. def getUserListSubscriptions(cursor: Long, listMemberScreenName: String): PagableResponseList[twitter4j.UserList]

    cursor

    Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.

    listMemberScreenName

    The screen name of the list member

    returns

    the list of lists

    Definition Classes
    ListsResourcesImplListsResources
  27. def getUserLists(listOwnerSpecificUser: SpecificInfo): ResponseList[twitter4j.UserList]

    listOwnerSpecificUser

    (required) the user specific information(screen name or ID) of the list owner

    returns

    the list of lists

    Definition Classes
    ListsResourcesImplListsResources
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def showUserList(listSpecificInfo: SpecificInfo): UserList

    listSpecificInfo

    (required) the user list specific information(list id or [screen name or ID] and list slug)

    returns

    the specified list

    Definition Classes
    ListsResourcesImplListsResources
  34. def showUserListMembership(listSpecificInfo: SpecificInfo, userId: Long): User

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    userId

    The id of the user who you want to know is a member or not of the specified list.

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  35. def showUserListSubscription(listSpecificInfo: SpecificInfo, userId: Long): User

    listSpecificInfo

    The list specific information(set list id or set screen name or user id and slug)

    userId

    The id of the user who you want to know is a member or not of the specified list.

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def updateUserList(listSpecificInfo: SpecificInfo, newListName: String, isPublicList: Boolean, newDescription: String): UserList

    listSpecificInfo

    (required) the user list specific information(list id or [screen name or ID] and list slug)

    newListName

    What you'd like to change the list's name to.

    isPublicList

    Whether your list is public or private. Optional. Values can be public or private. Lists are public by default if no mode is specified.

    newDescription

    What you'd like to change the list description to.

    returns

    the updated list

    Definition Classes
    ListsResourcesImplListsResources
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ListsResources

Inherited from AnyRef

Inherited from Any

Ungrouped