Uses of Class
com.oracle.bmc.cloudguard.model.EntityType
-
Packages that use EntityType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of EntityType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return EntityType Modifier and Type Method Description static EntityTypeEntityType. create(String key)EntityTypeEntitiesMapping. getEntityType()Type of entitystatic EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type EntityType Modifier and Type Method Description EntitiesMapping.BuilderEntitiesMapping.Builder. entityType(EntityType entityType)Type of entityConstructors in com.oracle.bmc.cloudguard.model with parameters of type EntityType Constructor Description EntitiesMapping(String displayName, String queryField, EntityType entityType)Deprecated.
-