Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GiResourceIdFilter.EntityType
-
Packages that use GiResourceIdFilter.EntityType Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of GiResourceIdFilter.EntityType in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return GiResourceIdFilter.EntityType Modifier and Type Method Description static GiResourceIdFilter.EntityTypeGiResourceIdFilter.EntityType. create(String key)GiResourceIdFilter.EntityTypeGiResourceIdFilter. getEntityType()Type of resource to match in the discovery.static GiResourceIdFilter.EntityTypeGiResourceIdFilter.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static GiResourceIdFilter.EntityType[]GiResourceIdFilter.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiResourceIdFilter.EntityType Modifier and Type Method Description GiResourceIdFilter.BuilderGiResourceIdFilter.Builder. entityType(GiResourceIdFilter.EntityType entityType)Type of resource to match in the discovery.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiResourceIdFilter.EntityType Constructor Description GiResourceIdFilter(GiFleetDiscoveryFilter.Mode mode, GiResourceIdFilter.EntityType entityType, List<String> identifiers, FleetDiscoveryOperators operator)Deprecated.
-