Uses of Class
org.genesys.amphibian.client.model.RowMetadata
-
Packages that use RowMetadata Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of RowMetadata in org.genesys.amphibian.client.api
Method parameters in org.genesys.amphibian.client.api with type arguments of type RowMetadata Modifier and Type Method Description LongPreviewApi. addMetadata(UUID uuid, List<RowMetadata> rowMetadata)Add metadata to ingested rowsorg.springframework.http.ResponseEntity<Long>PreviewApi. addMetadataWithHttpInfo(UUID uuid, List<RowMetadata> rowMetadata)Add metadata to ingested rows -
Uses of RowMetadata in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return RowMetadata Modifier and Type Method Description RowMetadataRowMetadata. meta(Map<String,Object> meta)RowMetadataRowMetadata. putMetaItem(String key, Object metaItem)RowMetadataRowMetadata. r(Integer r)RowMetadataRowMetadata. s(Integer s)
-