Uses of Class
com.confidentify.client.model.IngestFileResponse
-
Packages that use IngestFileResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of IngestFileResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return IngestFileResponse Modifier and Type Method Description IngestFileResponseDatasetsApi. ingestFilePost(String datasetId, IngestFileRequest ingestFileRequest)Initiate ingestion of data from file upload.Methods in com.confidentify.client.api that return types with arguments of type IngestFileResponse Modifier and Type Method Description ApiResponse<IngestFileResponse>DatasetsApi. ingestFilePostWithHttpInfo(String datasetId, IngestFileRequest ingestFileRequest)Initiate ingestion of data from file upload.Method parameters in com.confidentify.client.api with type arguments of type IngestFileResponse Modifier and Type Method Description okhttp3.CallDatasetsApi. ingestFilePostAsync(String datasetId, IngestFileRequest ingestFileRequest, ApiCallback<IngestFileResponse> _callback)Initiate ingestion of data from file upload. -
Uses of IngestFileResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return IngestFileResponse Modifier and Type Method Description IngestFileResponseIngestFileResponse. id(String id)IngestFileResponseIngestFileResponse. uploadTo(IngestFileResponseUploadTo uploadTo)
-