Uses of Class
org.genesys.amphibian.client.model.ValidateCategoricalRequest
-
Packages that use ValidateCategoricalRequest Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of ValidateCategoricalRequest in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api with parameters of type ValidateCategoricalRequest Modifier and Type Method Description Set<Object>PreviewApi. validateCategorical(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest)Assert that field values correspond to constraints for CATEGORICAL dataorg.springframework.http.ResponseEntity<Set<Object>>PreviewApi. validateCategoricalWithHttpInfo(UUID uuid, Integer sheet, Long startRow, ValidateCategoricalRequest validateCategoricalRequest)Assert that field values correspond to constraints for CATEGORICAL data -
Uses of ValidateCategoricalRequest in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return ValidateCategoricalRequest Modifier and Type Method Description ValidateCategoricalRequestValidateCategoricalRequest. acceptedCategories(List<String> acceptedCategories)ValidateCategoricalRequestValidateCategoricalRequest. addAcceptedCategoriesItem(String acceptedCategoriesItem)ValidateCategoricalRequestValidateCategoricalRequest. addValueMappingItem(ValueMapping valueMappingItem)ValidateCategoricalRequestValidateCategoricalRequest. arraySeparator(String arraySeparator)ValidateCategoricalRequestValidateCategoricalRequest. field(String field)ValidateCategoricalRequestValidateCategoricalRequest. valueMapping(List<ValueMapping> valueMapping)
-