Uses of Class
com.oracle.bmc.osmanagementhub.model.TargetResourceEntityType
-
Packages that use TargetResourceEntityType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of TargetResourceEntityType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return TargetResourceEntityType Modifier and Type Method Description static TargetResourceEntityTypeTargetResourceEntityType. create(String key)TargetResourceEntityTypeWorkRequestResource. getEntityType()The resource type that the work request affects.static TargetResourceEntityTypeTargetResourceEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetResourceEntityType[]TargetResourceEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type TargetResourceEntityType Modifier and Type Method Description WorkRequestResource.BuilderWorkRequestResource.Builder. entityType(TargetResourceEntityType entityType)The resource type that the work request affects.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type TargetResourceEntityType Constructor Description WorkRequestResource(TargetResourceEntityType entityType, ActionType actionType, String identifier, String entityUri, String name, Map<String,String> metadata)Deprecated.
-