Uses of Class
com.restfb.types.Video.VideoPhase
Packages that use Video.VideoPhase
-
Uses of Video.VideoPhase in com.restfb.types
Methods in com.restfb.types that return Video.VideoPhaseModifier and TypeMethodDescriptionVideo.VideoStatus.getProcessingVideoPhase()
This structure contains information about progress through the processing phase.Video.VideoStatus.getPublishingVideoPhase()
This structure contains information about progress through the publishing phase.Video.VideoStatus.getUploadingVideoPhase()
This structure contains information about progress through the uploading phase.Methods in com.restfb.types with parameters of type Video.VideoPhaseModifier and TypeMethodDescriptionvoid
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.