Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ErrorListItemDTO
-
Packages that use ErrorListItemDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
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 ErrorListItemDTO Modifier and Type Method Description ErrorListItemDTOErrorListItemDTO. code(String code)ErrorListItemDTOErrorListItemDTO. description(String description)ErrorListItemDTOErrorListItemDTO. message(String message)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ErrorListItemDTO Modifier and Type Method Description List<ErrorListItemDTO>ErrorDTO. getError()If there are more than one error list them out.List<ErrorListItemDTO>AsyncAPISpecificationValidationResponseDTO. getErrors()If there are more than one error list them out.List<ErrorListItemDTO>OpenAPIDefinitionValidationResponseDTO. getErrors()If there are more than one error list them out.List<ErrorListItemDTO>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 ErrorListItemDTO Modifier and Type Method Description ErrorDTOErrorDTO. error(List<ErrorListItemDTO> error)AsyncAPISpecificationValidationResponseDTOAsyncAPISpecificationValidationResponseDTO. errors(List<ErrorListItemDTO> errors)OpenAPIDefinitionValidationResponseDTOOpenAPIDefinitionValidationResponseDTO. errors(List<ErrorListItemDTO> errors)WSDLValidationResponseDTOWSDLValidationResponseDTO. errors(List<ErrorListItemDTO> errors)voidErrorDTO. setError(List<ErrorListItemDTO> error)voidAsyncAPISpecificationValidationResponseDTO. setErrors(List<ErrorListItemDTO> errors)voidOpenAPIDefinitionValidationResponseDTO. setErrors(List<ErrorListItemDTO> errors)voidWSDLValidationResponseDTO. setErrors(List<ErrorListItemDTO> errors)
-