Uses of Interface
facebook4j.Music

Packages that use Music
facebook4j.api   
facebook4j.json   
 

Uses of Music in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Music
 ResponseList<Music> FavoriteMethods.getMusic()
          Returns the music listed on the current user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(Reading reading)
          Returns the music listed on the current user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(String userId)
          Returns the music listed on a user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(String userId, Reading reading)
          Returns the music listed on a user's profile.
 

Uses of Music in facebook4j.json
 

Methods in facebook4j.json that return Music
static Music DataObjectFactory.createMusic(String rawJSON)
          Constructs a Music object from rawJSON string.
 



Copyright © 2019. All rights reserved.