com.ooyala.android.SubTaskContentTree Class Reference

A class that implements Content Tree subtask. More...

Inherits com.ooyala.android.ServerSubTask< T >.

Public Member Functions

 SubTaskContentTree (PlayerAPIClient apiClient, PlayerInfo playerInfo, List< String > embedCodes, String adSetCode)
 
ContentItem call () throws OoyalaException
 

Protected Attributes

final PlayerAPIClient apiClient
 
final PlayerInfo playerInfo
 
final List< String > embedCodes
 
final String adSetCode
 

Detailed Description

A class that implements Content Tree subtask.

Constructor & Destructor Documentation

com.ooyala.android.SubTaskContentTree.SubTaskContentTree ( PlayerAPIClient  apiClient,
PlayerInfo  playerInfo,
List< String >  embedCodes,
String  adSetCode 
)

Member Function Documentation

ContentItem com.ooyala.android.SubTaskContentTree.call ( ) throws OoyalaException

Member Data Documentation

final String com.ooyala.android.ServerSubTask< T >.adSetCode
protectedinherited
final PlayerAPIClient com.ooyala.android.ServerSubTask< T >.apiClient
protectedinherited
final List<String> com.ooyala.android.ServerSubTask< T >.embedCodes
protectedinherited
final PlayerInfo com.ooyala.android.ServerSubTask< T >.playerInfo
protectedinherited