Uses of Class
com.restfb.types.Video.VideoPhase
-
Packages that use Video.VideoPhase Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Video.VideoPhase in com.restfb.types
Methods in com.restfb.types that return Video.VideoPhase Modifier and Type Method Description Video.VideoPhase
Video.VideoStatus. getProcessingVideoPhase()
This structure contains information about progress through the processing phase.Video.VideoPhase
Video.VideoStatus. getPublishingVideoPhase()
This structure contains information about progress through the publishing phase.Video.VideoPhase
Video.VideoStatus. getUploadingVideoPhase()
This structure contains information about progress through the uploading phase.Methods in com.restfb.types with parameters of type Video.VideoPhase Modifier and Type Method Description void
Video.VideoStatus. setProcessingVideoPhase(Video.VideoPhase processingVideoPhase)
This structure contains information about progress through the processing phase.void
Video.VideoStatus. setPublishingVideoPhase(Video.VideoPhase publishingVideoPhase)
This structure contains information about progress through the publishing phase.void
Video.VideoStatus. setUploadingVideoPhase(Video.VideoPhase uploadingVideoPhase)
This structure contains information about progress through the uploading phase.
-