Package twitter4j.v1
Interface DirectMessageList
- All Superinterfaces:
Collection<DirectMessage>,Iterable<DirectMessage>,List<DirectMessage>,ResponseList<DirectMessage>,Serializable,TwitterResponse
List of
DirectMessage
like string cursor version of PagableResponseList
- Since:
- Twitter4J 4.0.7
-
Nested Class Summary
Nested classes/interfaces inherited from interface twitter4j.TwitterResponse
TwitterResponse.AccessLevel -
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface twitter4j.v1.ResponseList
getRateLimitStatusMethods inherited from interface twitter4j.TwitterResponse
getAccessLevel
-
Method Details
-
getNextCursor
String getNextCursor()- Returns:
- next cursor
-