Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ErrorListItemDTO
Packages that use ErrorListItemDTO
-
Uses of ErrorListItemDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ErrorListItemDTOMethods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ErrorListItemDTOModifier and TypeMethodDescriptionErrorDTO.getError()If there are more than one error list them out.AsyncAPISpecificationValidationResponseDTO.getErrors()If there are more than one error list them out.OpenAPIDefinitionValidationResponseDTO.getErrors()If there are more than one error list them out.WSDLValidationResponseDTO.getErrors()If there are more than one error list them out.Method parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ErrorListItemDTOModifier and TypeMethodDescriptionErrorDTO.error(List<ErrorListItemDTO> error) AsyncAPISpecificationValidationResponseDTO.errors(List<ErrorListItemDTO> errors) OpenAPIDefinitionValidationResponseDTO.errors(List<ErrorListItemDTO> errors) WSDLValidationResponseDTO.errors(List<ErrorListItemDTO> errors) voidErrorDTO.setError(List<ErrorListItemDTO> error) voidAsyncAPISpecificationValidationResponseDTO.setErrors(List<ErrorListItemDTO> errors) voidOpenAPIDefinitionValidationResponseDTO.setErrors(List<ErrorListItemDTO> errors) voidWSDLValidationResponseDTO.setErrors(List<ErrorListItemDTO> errors)