パッケージ twitter4j.v1

インタフェース IDs

すべてのスーパーインタフェース:
CursorSupport, Serializable, TwitterResponse

public interface IDs extends TwitterResponse, CursorSupport, Serializable
A data interface representing array of numeric IDs.
  • メソッドの詳細

    • getIDs

      long[] getIDs()
      戻り値:
      ids
    • hasPrevious

      boolean hasPrevious()
      定義:
      hasPrevious インタフェース内 CursorSupport
      戻り値:
      has previous page
    • getPreviousCursor

      long getPreviousCursor()
      定義:
      getPreviousCursor インタフェース内 CursorSupport
      戻り値:
      previous cursor
    • hasNext

      boolean hasNext()
      定義:
      hasNext インタフェース内 CursorSupport
      戻り値:
      has next
    • getNextCursor

      long getNextCursor()
      定義:
      getNextCursor インタフェース内 CursorSupport
      戻り値:
      next cursor