Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static ApiValidationResult.Result |
ApiValidationResult.Result.create(String key) |
ApiValidationResult.Result |
ApiValidationResult.getResult()
Result of the validation.
|
static ApiValidationResult.Result |
ApiValidationResult.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiValidationResult.Result[] |
ApiValidationResult.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiValidationResult.Builder |
ApiValidationResult.Builder.result(ApiValidationResult.Result result)
Result of the validation.
|
Constructor and Description |
---|
ApiValidationResult(String name,
ApiValidationResult.Result result)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.