Uses of Class
org.genesys.amphibian.client.model.IngestColumnRequest
-
Packages that use IngestColumnRequest Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of IngestColumnRequest in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api with parameters of type IngestColumnRequest Modifier and Type Method Description Set<Object>DatasetsApi. ingestFromPreview(String tableKey, UUID descriptorUuid, UUID previewUuid, Integer sheet, Long startRow, IngestColumnRequest ingestColumnRequest)Ingest column values from Preview to Tableorg.springframework.http.ResponseEntity<Set<Object>>DatasetsApi. ingestFromPreviewWithHttpInfo(String tableKey, UUID descriptorUuid, UUID previewUuid, Integer sheet, Long startRow, IngestColumnRequest ingestColumnRequest)Ingest column values from Preview to Table -
Uses of IngestColumnRequest in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return IngestColumnRequest Modifier and Type Method Description IngestColumnRequestIngestColumnRequest. addValueMappingItem(ValueMapping valueMappingItem)IngestColumnRequestIngestColumnRequest. arraySeparator(String arraySeparator)IngestColumnRequestIngestColumnRequest. field(String field)IngestColumnRequestIngestColumnRequest. targetType(IngestColumnRequest.TargetTypeEnum targetType)IngestColumnRequestIngestColumnRequest. valueMapping(List<ValueMapping> valueMapping)
-