| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
PagingCursorbased.Builder<T> |
PagingCursorbased.builder() |
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setCursors(Cursor... cursors) |
The cursor setter.
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setHref(String href) |
The href setter.
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setItems(T[] items) |
The items setter.
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setLimit(Integer limit) |
The request limit setter.
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setNext(String next) |
The next URL setter.
|
PagingCursorbased.Builder<T> |
PagingCursorbased.Builder.setTotal(Integer total) |
The total amount setter.
|
Copyright © 2019. All rights reserved.