Uses of Class
com.oracle.bmc.threatintelligence.model.EntityReference.Type
-
Packages that use EntityReference.Type Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of EntityReference.Type in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return EntityReference.Type Modifier and Type Method Description static EntityReference.Type
EntityReference.Type. create(String key)
static EntityReference.Type
EntityReference.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityReference.Type[]
EntityReference.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-