public static class IssueTableClient.ClientIssueTableServiceOutcome extends Object
Modifier and Type | Field and Description |
---|---|
IssueTable |
issueTable |
List<String> |
warnings |
Constructor and Description |
---|
ClientIssueTableServiceOutcome() |
ClientIssueTableServiceOutcome(IssueTable issueTable,
Collection<String> warnings) |
Modifier and Type | Method and Description |
---|---|
IssueTable |
getIssueTable() |
Collection<String> |
getWarnings() |
public IssueTable issueTable
public ClientIssueTableServiceOutcome()
public ClientIssueTableServiceOutcome(IssueTable issueTable, Collection<String> warnings)
public IssueTable getIssueTable()
public Collection<String> getWarnings()
Copyright © 2002-2018 Atlassian. All Rights Reserved.