Uses of Class
net.florianschoppmann.issuetracking.youtrack.restold.ImportReport.Item.Error
-
Packages that use ImportReport.Item.Error Package Description net.florianschoppmann.issuetracking.youtrack.restold -
-
Uses of ImportReport.Item.Error in net.florianschoppmann.issuetracking.youtrack.restold
Fields in net.florianschoppmann.issuetracking.youtrack.restold with type parameters of type ImportReport.Item.Error Modifier and Type Field Description protected List<ImportReport.Item.Error>
ImportReport.Item. error
Methods in net.florianschoppmann.issuetracking.youtrack.restold that return ImportReport.Item.Error Modifier and Type Method Description ImportReport.Item.Error
ObjectFactory. createImportReportItemError()
Create an instance ofImportReport.Item.Error
Methods in net.florianschoppmann.issuetracking.youtrack.restold that return types with arguments of type ImportReport.Item.Error Modifier and Type Method Description List<ImportReport.Item.Error>
ImportReport.Item. getError()
Gets the value of the error property.
-