Uses of Class
com.onfido.model.LiveVideosList
-
Packages that use LiveVideosList Package Description com.onfido.api com.onfido.model -
-
Uses of LiveVideosList in com.onfido.api
Methods in com.onfido.api that return LiveVideosList Modifier and Type Method Description LiveVideosListDefaultApi. listLiveVideos(UUID applicantId)List live videos Lists all the live videos that belong to an applicant.Methods in com.onfido.api that return types with arguments of type LiveVideosList Modifier and Type Method Description ApiResponse<LiveVideosList>DefaultApi. listLiveVideosWithHttpInfo(UUID applicantId)List live videos Lists all the live videos that belong to an applicant.Method parameters in com.onfido.api with type arguments of type LiveVideosList Modifier and Type Method Description okhttp3.CallDefaultApi. listLiveVideosAsync(UUID applicantId, ApiCallback<LiveVideosList> _callback)List live videos (asynchronously) Lists all the live videos that belong to an applicant. -
Uses of LiveVideosList in com.onfido.model
Methods in com.onfido.model that return LiveVideosList Modifier and Type Method Description LiveVideosListLiveVideosList. addLiveVideosItem(LiveVideo liveVideosItem)static LiveVideosListLiveVideosList. fromJson(String jsonString)Create an instance of LiveVideosList given an JSON stringLiveVideosListLiveVideosList. liveVideos(List<LiveVideo> liveVideos)LiveVideosListLiveVideosList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-