Uses of Class
org.genesys.amphibian.client.model.Preview
-
Packages that use Preview Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of Preview in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return Preview Modifier and Type Method Description PreviewPreviewApi. getPreview(UUID uuid)Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetPreviewPreviewApi. ingest(UUID uuid, Date expires, String encoding, String contentType, File _file)Ingest a new dataset Ingests Excel, CSV or TSV files for previewPreviewPreviewApi. longToWide(UUID uuid, LongToWide longToWide)Generate a sheet with wide data from long dataMethods in org.genesys.amphibian.client.api that return types with arguments of type Preview Modifier and Type Method Description org.springframework.http.ResponseEntity<Preview>PreviewApi. getPreviewWithHttpInfo(UUID uuid)Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.http.ResponseEntity<Preview>PreviewApi. ingestWithHttpInfo(UUID uuid, Date expires, String encoding, String contentType, File _file)Ingest a new dataset Ingests Excel, CSV or TSV files for previeworg.springframework.http.ResponseEntity<Preview>PreviewApi. longToWideWithHttpInfo(UUID uuid, LongToWide longToWide)Generate a sheet with wide data from long data -
Uses of Preview in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return Preview Modifier and Type Method Description PreviewPreview. addSheetsItem(PreviewSheet sheetsItem)PreviewPreview. contentLength(Long contentLength)PreviewPreview. createdDate(Date createdDate)PreviewPreview. error(String error)PreviewPreview. expires(Date expires)PreviewPreview. id(String id)PreviewPreview. modifiedDate(Date modifiedDate)PreviewPreview. name(String name)PreviewPreview. referenceUuid(UUID referenceUuid)PreviewPreview. sheets(List<PreviewSheet> sheets)PreviewPreview. state(Preview.StateEnum state)PreviewPreview. version(Long version)
-