Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
-
Packages that use ErrorListItemDTO Package Description org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of ErrorListItemDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return ErrorListItemDTO Modifier and Type Method Description ErrorListItemDTOErrorListItemDTO. code(String code)ErrorListItemDTOErrorListItemDTO. message(String message)Methods in org.wso2.am.integration.clients.gateway.api.v2.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.Methods in org.wso2.am.integration.clients.gateway.api.v2.dto with parameters of type ErrorListItemDTO Modifier and Type Method Description ErrorDTOErrorDTO. addErrorItem(ErrorListItemDTO errorItem)Method parameters in org.wso2.am.integration.clients.gateway.api.v2.dto with type arguments of type ErrorListItemDTO Modifier and Type Method Description ErrorDTOErrorDTO. error(List<ErrorListItemDTO> error)voidErrorDTO. setError(List<ErrorListItemDTO> error)
-