| Package | Description |
|---|---|
| com.phoenixnap.oss.ramlapisync.verification |
| Modifier and Type | Method and Description |
|---|---|
IssueType |
Issue.getType() |
static IssueType |
IssueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueType[] |
IssueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
RamlResource resource,
RamlAction action) |
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
RamlResource resource,
RamlAction action,
String parameter) |
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
String ramlLocation) |
Copyright © 2017. All rights reserved.