Uses of Class
com.onfido.model.LivePhotoResponse
-
Packages that use LivePhotoResponse Package Description com.onfido.model -
-
Uses of LivePhotoResponse in com.onfido.model
Methods in com.onfido.model that return LivePhotoResponse Modifier and Type Method Description LivePhotoResponseLivePhotoResponse. createdAt(OffsetDateTime createdAt)LivePhotoResponseLivePhotoResponse. downloadHref(String downloadHref)LivePhotoResponseLivePhotoResponse. fileName(String fileName)LivePhotoResponseLivePhotoResponse. fileSize(Integer fileSize)LivePhotoResponseLivePhotoResponse. fileType(String fileType)static LivePhotoResponseLivePhotoResponse. fromJson(String jsonString)Create an instance of LivePhotoResponse given an JSON stringLivePhotoResponseLivePhotoResponse. href(String href)LivePhotoResponseLivePhotoResponse. id(UUID id)LivePhotoResponseLivePhotoResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-