Uses of Class
com.wrapper.spotify.model_objects.specification.PagingCursorbased.Builder
-
Packages that use PagingCursorbased.Builder Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of PagingCursorbased.Builder in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return PagingCursorbased.Builder 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.
-