| Modifier and Type | Method and Description |
|---|---|
static ExternalProperties.Version |
ExternalProperties.Version.fromValue(String value) |
ExternalProperties.Version |
ExternalProperties.getVersion()
The SARIF format version of this external properties object.
|
static ExternalProperties.Version |
ExternalProperties.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalProperties.Version[] |
ExternalProperties.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setVersion(ExternalProperties.Version version)
The SARIF format version of this external properties object.
|
ExternalProperties |
ExternalProperties.withVersion(ExternalProperties.Version version) |
Copyright © 2020 Contrast Security. All rights reserved.