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 TypeMethodDescriptionvoidVideo.VideoStatus.setProcessingVideoPhase(Video.VideoPhase processingVideoPhase) This structure contains information about progress through the processing phase.voidVideo.VideoStatus.setPublishingVideoPhase(Video.VideoPhase publishingVideoPhase) This structure contains information about progress through the publishing phase.voidVideo.VideoStatus.setUploadingVideoPhase(Video.VideoPhase uploadingVideoPhase) This structure contains information about progress through the uploading phase.