Uses of Class
com.onfido.model.MotionCapture
-
Packages that use MotionCapture Package Description com.onfido.api com.onfido.model -
-
Uses of MotionCapture in com.onfido.api
Methods in com.onfido.api that return MotionCapture Modifier and Type Method Description MotionCaptureDefaultApi. findMotionCapture(UUID motionCaptureId)Retrieve motion capture Retrieves a single motion capture.Methods in com.onfido.api that return types with arguments of type MotionCapture Modifier and Type Method Description ApiResponse<MotionCapture>DefaultApi. findMotionCaptureWithHttpInfo(UUID motionCaptureId)Retrieve motion capture Retrieves a single motion capture.Method parameters in com.onfido.api with type arguments of type MotionCapture Modifier and Type Method Description okhttp3.CallDefaultApi. findMotionCaptureAsync(UUID motionCaptureId, ApiCallback<MotionCapture> _callback)Retrieve motion capture (asynchronously) Retrieves a single motion capture. -
Uses of MotionCapture in com.onfido.model
Methods in com.onfido.model that return MotionCapture Modifier and Type Method Description MotionCaptureMotionCapture. createdAt(OffsetDateTime createdAt)MotionCaptureMotionCapture. downloadHref(String downloadHref)MotionCaptureMotionCapture. fileName(String fileName)MotionCaptureMotionCapture. fileSize(Integer fileSize)MotionCaptureMotionCapture. fileType(String fileType)static MotionCaptureMotionCapture. fromJson(String jsonString)Create an instance of MotionCapture given an JSON stringMotionCaptureMotionCapture. href(String href)MotionCaptureMotionCapture. id(UUID id)MotionCaptureMotionCapture. 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 MotionCapture Modifier and Type Method Description List<MotionCapture>MotionCapturesList. getMotionCaptures()Get motionCapturesMethods in com.onfido.model with parameters of type MotionCapture Modifier and Type Method Description MotionCapturesListMotionCapturesList. addMotionCapturesItem(MotionCapture motionCapturesItem)Method parameters in com.onfido.model with type arguments of type MotionCapture Modifier and Type Method Description MotionCapturesListMotionCapturesList. motionCaptures(List<MotionCapture> motionCaptures)voidMotionCapturesList. setMotionCaptures(List<MotionCapture> motionCaptures)
-