Uses of Class
com.onfido.model.LivePhoto
-
Packages that use LivePhoto Package Description com.onfido.api com.onfido.model -
-
Uses of LivePhoto in com.onfido.api
Methods in com.onfido.api that return LivePhoto Modifier and Type Method Description LivePhotoDefaultApi. findLivePhoto(UUID livePhotoId)Retrieve live photo Retrieves a single live photo.LivePhotoDefaultApi. uploadLivePhoto(UUID applicantId, FileTransfer _file, Boolean advancedValidation)Upload live photo You can upload live photos to this endpoint.Methods in com.onfido.api that return types with arguments of type LivePhoto Modifier and Type Method Description ApiResponse<LivePhoto>DefaultApi. findLivePhotoWithHttpInfo(UUID livePhotoId)Retrieve live photo Retrieves a single live photo.ApiResponse<LivePhoto>DefaultApi. uploadLivePhotoWithHttpInfo(UUID applicantId, FileTransfer _file, Boolean advancedValidation)Upload live photo You can upload live photos to this endpoint.Method parameters in com.onfido.api with type arguments of type LivePhoto Modifier and Type Method Description okhttp3.CallDefaultApi. findLivePhotoAsync(UUID livePhotoId, ApiCallback<LivePhoto> _callback)Retrieve live photo (asynchronously) Retrieves a single live photo.okhttp3.CallDefaultApi. uploadLivePhotoAsync(UUID applicantId, FileTransfer _file, Boolean advancedValidation, ApiCallback<LivePhoto> _callback)Upload live photo (asynchronously) You can upload live photos to this endpoint. -
Uses of LivePhoto in com.onfido.model
Methods in com.onfido.model that return LivePhoto Modifier and Type Method Description LivePhotoLivePhoto. createdAt(OffsetDateTime createdAt)LivePhotoLivePhoto. downloadHref(String downloadHref)LivePhotoLivePhoto. fileName(String fileName)LivePhotoLivePhoto. fileSize(Integer fileSize)LivePhotoLivePhoto. fileType(String fileType)static LivePhotoLivePhoto. fromJson(String jsonString)Create an instance of LivePhoto given an JSON stringLivePhotoLivePhoto. href(String href)LivePhotoLivePhoto. id(UUID id)LivePhotoLivePhoto. 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 LivePhoto Modifier and Type Method Description List<LivePhoto>LivePhotosList. getLivePhotos()Get livePhotosMethods in com.onfido.model with parameters of type LivePhoto Modifier and Type Method Description LivePhotosListLivePhotosList. addLivePhotosItem(LivePhoto livePhotosItem)Method parameters in com.onfido.model with type arguments of type LivePhoto Modifier and Type Method Description LivePhotosListLivePhotosList. livePhotos(List<LivePhoto> livePhotos)voidLivePhotosList. setLivePhotos(List<LivePhoto> livePhotos)
-