Uses of Class
com.onfido.model.LiveVideo
-
Packages that use LiveVideo Package Description com.onfido.api com.onfido.model -
-
Uses of LiveVideo in com.onfido.api
Methods in com.onfido.api that return LiveVideo Modifier and Type Method Description LiveVideoDefaultApi. findLiveVideo(UUID liveVideoId)Retrieve live video Retrieves a single live video.Methods in com.onfido.api that return types with arguments of type LiveVideo Modifier and Type Method Description ApiResponse<LiveVideo>DefaultApi. findLiveVideoWithHttpInfo(UUID liveVideoId)Retrieve live video Retrieves a single live video.Method parameters in com.onfido.api with type arguments of type LiveVideo Modifier and Type Method Description okhttp3.CallDefaultApi. findLiveVideoAsync(UUID liveVideoId, ApiCallback<LiveVideo> _callback)Retrieve live video (asynchronously) Retrieves a single live video. -
Uses of LiveVideo in com.onfido.model
Methods in com.onfido.model that return LiveVideo Modifier and Type Method Description LiveVideoLiveVideo. addChallengeItem(Map<String,Object> challengeItem)LiveVideoLiveVideo. challenge(List<Map<String,Object>> challenge)LiveVideoLiveVideo. createdAt(OffsetDateTime createdAt)LiveVideoLiveVideo. downloadHref(String downloadHref)LiveVideoLiveVideo. fileName(String fileName)LiveVideoLiveVideo. fileSize(Integer fileSize)LiveVideoLiveVideo. fileType(String fileType)static LiveVideoLiveVideo. fromJson(String jsonString)Create an instance of LiveVideo given an JSON stringLiveVideoLiveVideo. href(String href)LiveVideoLiveVideo. id(UUID id)LiveVideoLiveVideo. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model that return types with arguments of type LiveVideo Modifier and Type Method Description List<LiveVideo>LiveVideosList. getLiveVideos()Get liveVideosMethods in com.onfido.model with parameters of type LiveVideo Modifier and Type Method Description LiveVideosListLiveVideosList. addLiveVideosItem(LiveVideo liveVideosItem)Method parameters in com.onfido.model with type arguments of type LiveVideo Modifier and Type Method Description LiveVideosListLiveVideosList. liveVideos(List<LiveVideo> liveVideos)voidLiveVideosList. setLiveVideos(List<LiveVideo> liveVideos)
-