facebook4j
Interface Video

All Superinterfaces:
FacebookResponse

public interface Video
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Video.Format
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 PagableList<Comment> getComments()
           
 Date getCreatedTime()
           
 String getDescription()
           
 String getEmbedHtml()
           
 List<Video.Format> getFormat()
           
 Category getFrom()
           
 URL getIcon()
           
 String getId()
           
 URL getLink()
           
 String getName()
           
 URL getPicture()
           
 URL getSource()
           
 List<Tag> getTags()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getTags

List<Tag> getTags()

getName

String getName()

getDescription

String getDescription()

getPicture

URL getPicture()

getEmbedHtml

String getEmbedHtml()

getFormat

List<Video.Format> getFormat()

getIcon

URL getIcon()

getSource

URL getSource()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getComments

PagableList<Comment> getComments()

getLink

URL getLink()


Copyright © 2019. All rights reserved.