Uses of Class
com.onfido.model.TimelineFileReference
-
Packages that use TimelineFileReference Package Description com.onfido.api com.onfido.model -
-
Uses of TimelineFileReference in com.onfido.api
Methods in com.onfido.api that return TimelineFileReference Modifier and Type Method Description TimelineFileReferenceDefaultApi. createTimelineFile(UUID workflowRunId)Create Timeline File for Workflow Run Triggers the generation of the Timeline File for the designated Workflow Run.Methods in com.onfido.api that return types with arguments of type TimelineFileReference Modifier and Type Method Description ApiResponse<TimelineFileReference>DefaultApi. createTimelineFileWithHttpInfo(UUID workflowRunId)Create Timeline File for Workflow Run Triggers the generation of the Timeline File for the designated Workflow Run.Method parameters in com.onfido.api with type arguments of type TimelineFileReference Modifier and Type Method Description okhttp3.CallDefaultApi. createTimelineFileAsync(UUID workflowRunId, ApiCallback<TimelineFileReference> _callback)Create Timeline File for Workflow Run (asynchronously) Triggers the generation of the Timeline File for the designated Workflow Run. -
Uses of TimelineFileReference in com.onfido.model
Methods in com.onfido.model that return TimelineFileReference Modifier and Type Method Description static TimelineFileReferenceTimelineFileReference. fromJson(String jsonString)Create an instance of TimelineFileReference given an JSON stringTimelineFileReferenceTimelineFileReference. href(String href)TimelineFileReferenceTimelineFileReference. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.TimelineFileReferenceTimelineFileReference. workflowTimelineFileId(UUID workflowTimelineFileId)
-