Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static ApiValidationDetail.Severity |
ApiValidationDetail.Severity.create(String key) |
ApiValidationDetail.Severity |
ApiValidationDetail.getSeverity()
Severity of the issue.
|
static ApiValidationDetail.Severity |
ApiValidationDetail.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiValidationDetail.Severity[] |
ApiValidationDetail.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiValidationDetail.Builder |
ApiValidationDetail.Builder.severity(ApiValidationDetail.Severity severity)
Severity of the issue.
|
Constructor and Description |
---|
ApiValidationDetail(String msg,
ApiValidationDetail.Severity severity,
List<List<BigDecimal>> src)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.