Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceAnalyticContentRequest.ReportType
-
Packages that use GetManagedInstanceAnalyticContentRequest.ReportType Package Description com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetManagedInstanceAnalyticContentRequest.ReportType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetManagedInstanceAnalyticContentRequest.ReportType Modifier and Type Method Description static GetManagedInstanceAnalyticContentRequest.ReportTypeGetManagedInstanceAnalyticContentRequest.ReportType. create(String key)GetManagedInstanceAnalyticContentRequest.ReportTypeGetManagedInstanceAnalyticContentRequest. getReportType()The type of the report the user wants to download.static GetManagedInstanceAnalyticContentRequest.ReportTypeGetManagedInstanceAnalyticContentRequest.ReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetManagedInstanceAnalyticContentRequest.ReportType[]GetManagedInstanceAnalyticContentRequest.ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetManagedInstanceAnalyticContentRequest.ReportType Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest.BuilderGetManagedInstanceAnalyticContentRequest.Builder. reportType(GetManagedInstanceAnalyticContentRequest.ReportType reportType)The type of the report the user wants to download.
-