Uses of Class
org.genesys.amphibian.client.model.LongToWide
-
Packages that use LongToWide Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of LongToWide in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api with parameters of type LongToWide Modifier and Type Method Description PreviewPreviewApi. longToWide(UUID uuid, LongToWide longToWide)Generate a sheet with wide data from long dataorg.springframework.http.ResponseEntity<Preview>PreviewApi. longToWideWithHttpInfo(UUID uuid, LongToWide longToWide)Generate a sheet with wide data from long data -
Uses of LongToWide in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return LongToWide Modifier and Type Method Description LongToWideLongToWide. addRowsItem(String rowsItem)LongToWideLongToWide. column(String column)LongToWideLongToWide. rows(List<String> rows)LongToWideLongToWide. sheet(Integer sheet)LongToWideLongToWide. startRow(Integer startRow)LongToWideLongToWide. value(String value)
-