Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.TargetEntry.EntityType
-
Packages that use TargetEntry.EntityType Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of TargetEntry.EntityType in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return TargetEntry.EntityType Modifier and Type Method Description static TargetEntry.EntityTypeTargetEntry.EntityType. create(String key)TargetEntry.EntityTypeTargetEntry. getEntityType()Resource entity typestatic TargetEntry.EntityTypeTargetEntry.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetEntry.EntityType[]TargetEntry.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 TargetEntry.EntityType Modifier and Type Method Description TargetEntry.BuilderTargetEntry.Builder. entityType(TargetEntry.EntityType entityType)Resource entity typeConstructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetEntry.EntityType Constructor Description TargetEntry(TargetEntry.EntityType entityType, String identifier)Deprecated.
-