Uses of Class
com.onfido.model.MotionCapturesList
-
Packages that use MotionCapturesList Package Description com.onfido.api com.onfido.model -
-
Uses of MotionCapturesList in com.onfido.api
Methods in com.onfido.api that return MotionCapturesList Modifier and Type Method Description MotionCapturesListDefaultApi. listMotionCaptures(UUID applicantId)List motion captures Lists all the motion captures that belong to an applicant.Methods in com.onfido.api that return types with arguments of type MotionCapturesList Modifier and Type Method Description ApiResponse<MotionCapturesList>DefaultApi. listMotionCapturesWithHttpInfo(UUID applicantId)List motion captures Lists all the motion captures that belong to an applicant.Method parameters in com.onfido.api with type arguments of type MotionCapturesList Modifier and Type Method Description okhttp3.CallDefaultApi. listMotionCapturesAsync(UUID applicantId, ApiCallback<MotionCapturesList> _callback)List motion captures (asynchronously) Lists all the motion captures that belong to an applicant. -
Uses of MotionCapturesList in com.onfido.model
Methods in com.onfido.model that return MotionCapturesList Modifier and Type Method Description MotionCapturesListMotionCapturesList. addMotionCapturesItem(MotionCapture motionCapturesItem)static MotionCapturesListMotionCapturesList. fromJson(String jsonString)Create an instance of MotionCapturesList given an JSON stringMotionCapturesListMotionCapturesList. motionCaptures(List<MotionCapture> motionCaptures)MotionCapturesListMotionCapturesList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-