Class PreviewApi

java.lang.Object
org.genesys.amphibian.client.api.PreviewApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PreviewApi extends Object
  • Constructor Details

    • PreviewApi

      public PreviewApi()
    • PreviewApi

      @Autowired public PreviewApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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 rows

      404 - 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 dataset
      rowMetadata - 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 rows

      404 - 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 dataset
      rowMetadata - 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 rows

      404 - 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 dataset
      rowMetadata - 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 dataset

      404 - 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 dataset

      404 - 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 dataset

      404 - 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 Preview

      404 - 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 Preview

      404 - 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 Preview

      404 - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      limit - Number of rows to return
      fields - Specify fields to return
      previewDataFilter - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      limit - Number of rows to return
      fields - Specify fields to return
      previewDataFilter - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      limit - Number of rows to return
      fields - Specify fields to return
      previewDataFilter - 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 dataset

      404 - 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 dataset

      404 - 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 dataset

      404 - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      fields - Specify fields to analyze
      startRow - Index of the first row
      limit - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      fields - Specify fields to analyze
      startRow - Index of the first row
      limit - 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 dataset

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      fields - Specify fields to analyze
      startRow - Index of the first row
      limit - 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 preview

      404 - 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 database
      expires - Set the date after the ingested file may be removed from the database (defaults to default expiration period)
      encoding - Optionally provide character encoding
      contentType - 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 preview

      404 - 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 database
      expires - Set the date after the ingested file may be removed from the database (defaults to default expiration period)
      encoding - Optionally provide character encoding
      contentType - 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 preview

      404 - 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 database
      expires - Set the date after the ingested file may be removed from the database (defaults to default expiration period)
      encoding - Optionally provide character encoding
      contentType - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      longToWide - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      longToWide - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      longToWide - 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 booleans

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateBoolRequest - 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 booleans

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateBoolRequest - 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 booleans

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateBoolRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateCategoricalRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateCategoricalRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateCategoricalRequest - 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 date

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateDateRequest - 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 date

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateDateRequest - 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 date

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateDateRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateNumericRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateNumericRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateNumericRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateTextRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateTextRequest - 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 data

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Parameters:
      uuid - Your reference UUID
      sheet - Sheet index
      startRow - Index of the first row
      validateTextRequest - The validateTextRequest parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API