Kickflip Android SDK
Package Index
|
Class Index
io.kickflip.sdk
io.kickflip.sdk.activity
io.kickflip.sdk.api
io.kickflip.sdk.api.json
io.kickflip.sdk.av
io.kickflip.sdk.exception
io.kickflip.sdk.fragment
Classes
HlsStream
Response
Stream
StreamList
User
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
StreamList
extends
Response
java.lang.Object
↳
io.kickflip.sdk.api.json.Response
↳
io.kickflip.sdk.api.json.StreamList
Class Overview
Created by davidbrodsky on 3/11/14.
Summary
Public Constructors
StreamList
()
Public Methods
int
getPageNumber
()
int
getResultsPerPage
()
List
<
Stream
>
getStreams
()
int
getTotalItems
()
boolean
isNextPageAvailable
()
[Expand]
Inherited Methods
From class
io.kickflip.sdk.api.json.Response
String
getReason
()
boolean
isSuccessful
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
StreamList
()
Public Methods
public int
getPageNumber
()
public int
getResultsPerPage
()
public
List
<
Stream
>
getStreams
()
public int
getTotalItems
()
public boolean
isNextPageAvailable
()