Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
static DataVisibility.TlpName |
DataVisibility.TlpName.create(String key) |
DataVisibility.TlpName |
DataVisibility.getTlpName()
The Traffic Light Protocol (TLP) color of the visibility level.
|
static DataVisibility.TlpName |
DataVisibility.TlpName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataVisibility.TlpName[] |
DataVisibility.TlpName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataVisibility.Builder |
DataVisibility.Builder.tlpName(DataVisibility.TlpName tlpName)
The Traffic Light Protocol (TLP) color of the visibility level.
|
Constructor and Description |
---|
DataVisibility(String name,
DataVisibility.TlpName tlpName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.