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