クラス
yt4droid.OrderByParam の使用

OrderByParam を使用しているパッケージ
yt4droid   
 

yt4droid での OrderByParam の使用
 

OrderByParam を返す yt4droid のメソッド
static OrderByParam OrderByParam.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static OrderByParam[] OrderByParam.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

OrderByParam 型のパラメータを持つ yt4droid のメソッド
static java.lang.String OrderByParam.paramAsString(OrderByParam param)
           
 QueryBuilder QueryBuilder.setOrderBy(OrderByParam param)
          The orderby parameter, which is supported for video feeds and playlist feeds, specifies the method that will be used to order entries in the API response.
 QueryBuilder Query.setOrderBy(OrderByParam param)
          The orderby parameter, which is supported for video feeds and playlist feeds, specifies the method that will be used to order entries in the API response.