Uses of Interface
facebook4j.Note

Packages that use Note
facebook4j.api   
facebook4j.json   
 

Uses of Note in facebook4j.api
 

Methods in facebook4j.api that return Note
 Note NoteMethods.getNote(String noteId)
          Returns a note.
 Note NoteMethods.getNote(String noteId, Reading reading)
          Returns a note.
 

Methods in facebook4j.api that return types with arguments of type Note
 ResponseList<Note> NoteMethods.getNotes()
          Returns the current user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(Reading reading)
          Returns the current user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(String id)
          Returns a user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(String id, Reading reading)
          Returns a user's/page's notes.
 

Uses of Note in facebook4j.json
 

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



Copyright © 2019. All rights reserved.