Class PreviewApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Long>addMetadata(UUID uuid, List<RowMetadata> rowMetadata) Add metadata to ingested rowsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Long>>addMetadataWithHttpInfo(UUID uuid, List<RowMetadata> rowMetadata) Add metadata to ingested rowsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecaddMetadataWithResponseSpec(UUID uuid, List<RowMetadata> rowMetadata) Add metadata to ingested rowsreactor.core.publisher.Mono<Void>deletePreview(UUID uuid) Remove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>Remove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.web.reactive.function.client.WebClient.ResponseSpecRemove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<Void>generateDescriptors(UUID uuid) Generate descriptors for all PreviewSheets of given Previewreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>Generate descriptors for all PreviewSheets of given Previeworg.springframework.web.reactive.function.client.WebClient.ResponseSpecGenerate descriptors for all PreviewSheets of given Previewreactor.core.publisher.Flux<Object>getData(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetgetDataWithHttpInfo(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.web.reactive.function.client.WebClient.ResponseSpecgetDataWithResponseSpec(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<Preview>getPreview(UUID uuid) Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>>getPreviewWithHttpInfo(UUID uuid) Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.web.reactive.function.client.WebClient.ResponseSpecGet the overview of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Flux<StatisticsData>Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StatisticsData>>>getStatisticsDataWithHttpInfo(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit) Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a datasetorg.springframework.web.reactive.function.client.WebClient.ResponseSpecgetStatisticsDataWithResponseSpec(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit) Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a datasetreactor.core.publisher.Mono<Preview>Ingest a new dataset Ingests Excel, CSV or TSV files for previewreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>>ingestWithHttpInfo(UUID uuid, File _file, OffsetDateTime expires, String encoding, String contentType) Ingest a new dataset Ingests Excel, CSV or TSV files for previeworg.springframework.web.reactive.function.client.WebClient.ResponseSpecingestWithResponseSpec(UUID uuid, File _file, OffsetDateTime expires, String encoding, String contentType) Ingest a new dataset Ingests Excel, CSV or TSV files for previewreactor.core.publisher.Mono<Preview>longToWide(UUID uuid, LongToWide longToWide) Generate a sheet with wide data from long datareactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>>longToWideWithHttpInfo(UUID uuid, LongToWide longToWide) Generate a sheet with wide data from long dataorg.springframework.web.reactive.function.client.WebClient.ResponseSpeclongToWideWithResponseSpec(UUID uuid, LongToWide longToWide) Generate a sheet with wide data from long datavoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Object>validateBool(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) Assert that field values correspond to booleansvalidateBoolWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) Assert that field values correspond to booleansorg.springframework.web.reactive.function.client.WebClient.ResponseSpecvalidateBoolWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) Assert that field values correspond to booleansreactor.core.publisher.Flux<Object>validateCategorical(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) Assert that field values correspond to constraints for CATEGORICAL datavalidateCategoricalWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) Assert that field values correspond to constraints for CATEGORICAL dataorg.springframework.web.reactive.function.client.WebClient.ResponseSpecvalidateCategoricalWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) Assert that field values correspond to constraints for CATEGORICAL datareactor.core.publisher.Flux<Object>validateDate(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) Assert that field values correspond to constraints for datevalidateDateWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) Assert that field values correspond to constraints for dateorg.springframework.web.reactive.function.client.WebClient.ResponseSpecvalidateDateWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) Assert that field values correspond to constraints for datereactor.core.publisher.Flux<Object>validateNumeric(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) Assert that field values correspond to constraints for TEXT datavalidateNumericWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) Assert that field values correspond to constraints for TEXT dataorg.springframework.web.reactive.function.client.WebClient.ResponseSpecvalidateNumericWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) Assert that field values correspond to constraints for TEXT datareactor.core.publisher.Flux<Object>validateText(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) Assert that field values correspond to constraints for TEXT datavalidateTextWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) Assert that field values correspond to constraints for TEXT dataorg.springframework.web.reactive.function.client.WebClient.ResponseSpecvalidateTextWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) Assert that field values correspond to constraints for TEXT data
-
Constructor Details
-
PreviewApi
public PreviewApi() -
PreviewApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
addMetadata
public reactor.core.publisher.Mono<Long> addMetadata(UUID uuid, List<RowMetadata> rowMetadata) throws org.springframework.web.reactive.function.client.WebClientResponseException Add metadata to ingested rows404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The number of Preview rows updated
- Parameters:
uuid- Your reference UUID by which you can refer back to the datasetrowMetadata- The rowMetadata parameter- Returns:
- Long
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
addMetadataWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Long>> addMetadataWithHttpInfo(UUID uuid, List<RowMetadata> rowMetadata) throws org.springframework.web.reactive.function.client.WebClientResponseException Add metadata to ingested rows404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The number of Preview rows updated
- Parameters:
uuid- Your reference UUID by which you can refer back to the datasetrowMetadata- The rowMetadata parameter- Returns:
- ResponseEntity<Long>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
addMetadataWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addMetadataWithResponseSpec(UUID uuid, List<RowMetadata> rowMetadata) throws org.springframework.web.reactive.function.client.WebClientResponseException Add metadata to ingested rows404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The number of Preview rows updated
- Parameters:
uuid- Your reference UUID by which you can refer back to the datasetrowMetadata- The rowMetadata parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deletePreview
public reactor.core.publisher.Mono<Void> deletePreview(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deletePreviewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> deletePreviewWithHttpInfo(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deletePreviewWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec deletePreviewWithResponseSpec(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
generateDescriptors
public reactor.core.publisher.Mono<Void> generateDescriptors(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate descriptors for all PreviewSheets of given Preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
generateDescriptorsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> generateDescriptorsWithHttpInfo(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate descriptors for all PreviewSheets of given Preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
generateDescriptorsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec generateDescriptorsWithResponseSpec(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate descriptors for all PreviewSheets of given Preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getData
public reactor.core.publisher.Flux<Object> getData(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowlimit- Number of rows to returnfields- Specify fields to returnpreviewDataFilter- The previewDataFilter parameter- Returns:
- List<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getDataWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> getDataWithHttpInfo(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowlimit- Number of rows to returnfields- Specify fields to returnpreviewDataFilter- The previewDataFilter parameter- Returns:
- ResponseEntity<List<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getDataWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec getDataWithResponseSpec(UUID uuid, Integer sheet, Long startRow, Integer limit, List<String> fields, PreviewDataFilter previewDataFilter) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowlimit- Number of rows to returnfields- Specify fields to returnpreviewDataFilter- The previewDataFilter parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getPreview
public reactor.core.publisher.Mono<Preview> getPreview(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Returns:
- Preview
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getPreviewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>> getPreviewWithHttpInfo(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Returns:
- ResponseEntity<Preview>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getPreviewWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec getPreviewWithResponseSpec(UUID uuid) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the overview of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUID- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getStatisticsData
public reactor.core.publisher.Flux<StatisticsData> getStatisticsData(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexfields- Specify fields to analyzestartRow- Index of the first rowlimit- Number of distinct values to return- Returns:
- List<StatisticsData>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getStatisticsDataWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StatisticsData>>> getStatisticsDataWithHttpInfo(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexfields- Specify fields to analyzestartRow- Index of the first rowlimit- Number of distinct values to return- Returns:
- ResponseEntity<List<StatisticsData>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
getStatisticsDataWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec getStatisticsDataWithResponseSpec(UUID uuid, Integer sheet, List<String> fields, Long startRow, Integer limit) throws org.springframework.web.reactive.function.client.WebClientResponseException Get the statistics of the parsed dataset Use the same reference UUID as provided when ingesting a dataset404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexfields- Specify fields to analyzestartRow- Index of the first rowlimit- Number of distinct values to return- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
ingest
public reactor.core.publisher.Mono<Preview> ingest(UUID uuid, File _file, OffsetDateTime expires, String encoding, String contentType) throws org.springframework.web.reactive.function.client.WebClientResponseException Ingest a new dataset Ingests Excel, CSV or TSV files for preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The overview of the parsed dataset
- Parameters:
uuid- Your reference UUID by which you can refer back to the dataset_file- The file to ingest into the databaseexpires- Set the date after the ingested file may be removed from the database (defaults to default expiration period)encoding- Optionally provide character encodingcontentType- Optionally provide file content type- Returns:
- Preview
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
ingestWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>> ingestWithHttpInfo(UUID uuid, File _file, OffsetDateTime expires, String encoding, String contentType) throws org.springframework.web.reactive.function.client.WebClientResponseException Ingest a new dataset Ingests Excel, CSV or TSV files for preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The overview of the parsed dataset
- Parameters:
uuid- Your reference UUID by which you can refer back to the dataset_file- The file to ingest into the databaseexpires- Set the date after the ingested file may be removed from the database (defaults to default expiration period)encoding- Optionally provide character encodingcontentType- Optionally provide file content type- Returns:
- ResponseEntity<Preview>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
ingestWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec ingestWithResponseSpec(UUID uuid, File _file, OffsetDateTime expires, String encoding, String contentType) throws org.springframework.web.reactive.function.client.WebClientResponseException Ingest a new dataset Ingests Excel, CSV or TSV files for preview404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - The overview of the parsed dataset
- Parameters:
uuid- Your reference UUID by which you can refer back to the dataset_file- The file to ingest into the databaseexpires- Set the date after the ingested file may be removed from the database (defaults to default expiration period)encoding- Optionally provide character encodingcontentType- Optionally provide file content type- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
longToWide
public reactor.core.publisher.Mono<Preview> longToWide(UUID uuid, LongToWide longToWide) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate a sheet with wide data from long data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDlongToWide- The longToWide parameter- Returns:
- Preview
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
longToWideWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Preview>> longToWideWithHttpInfo(UUID uuid, LongToWide longToWide) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate a sheet with wide data from long data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDlongToWide- The longToWide parameter- Returns:
- ResponseEntity<Preview>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
longToWideWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec longToWideWithResponseSpec(UUID uuid, LongToWide longToWide) throws org.springframework.web.reactive.function.client.WebClientResponseException Generate a sheet with wide data from long data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDlongToWide- The longToWide parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateBool
public reactor.core.publisher.Flux<Object> validateBool(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to booleans404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateBoolRequest- The validateBoolRequest parameter- Returns:
- Set<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateBoolWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> validateBoolWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to booleans404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateBoolRequest- The validateBoolRequest parameter- Returns:
- ResponseEntity<Set<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateBoolWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec validateBoolWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateBoolRequest validateBoolRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to booleans404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateBoolRequest- The validateBoolRequest parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateCategorical
public reactor.core.publisher.Flux<Object> validateCategorical(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for CATEGORICAL data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateCategoricalRequest- The validateCategoricalRequest parameter- Returns:
- Set<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateCategoricalWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> validateCategoricalWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for CATEGORICAL data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateCategoricalRequest- The validateCategoricalRequest parameter- Returns:
- ResponseEntity<Set<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateCategoricalWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec validateCategoricalWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for CATEGORICAL data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateCategoricalRequest- The validateCategoricalRequest parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateDate
public reactor.core.publisher.Flux<Object> validateDate(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for date404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateDateRequest- The validateDateRequest parameter- Returns:
- Set<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateDateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> validateDateWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for date404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateDateRequest- The validateDateRequest parameter- Returns:
- ResponseEntity<Set<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateDateWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec validateDateWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateDateRequest validateDateRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for date404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateDateRequest- The validateDateRequest parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateNumeric
public reactor.core.publisher.Flux<Object> validateNumeric(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateNumericRequest- The validateNumericRequest parameter- Returns:
- Set<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateNumericWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> validateNumericWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateNumericRequest- The validateNumericRequest parameter- Returns:
- ResponseEntity<Set<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateNumericWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec validateNumericWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateNumericRequest validateNumericRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateNumericRequest- The validateNumericRequest parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateText
public reactor.core.publisher.Flux<Object> validateText(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateTextRequest- The validateTextRequest parameter- Returns:
- Set<Object>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateTextWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Object>>> validateTextWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateTextRequest- The validateTextRequest parameter- Returns:
- ResponseEntity<Set<Object>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
validateTextWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec validateTextWithResponseSpec(UUID uuid, Integer sheet, Long startRow, ValidateTextRequest validateTextRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Assert that field values correspond to constraints for TEXT data404 - Not Found
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
200 - OK
- Parameters:
uuid- Your reference UUIDsheet- Sheet indexstartRow- Index of the first rowvalidateTextRequest- The validateTextRequest parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-