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.ReportType
GetManagedInstanceAnalyticContentRequest.ReportType. create(String key)
GetManagedInstanceAnalyticContentRequest.ReportType
GetManagedInstanceAnalyticContentRequest. getReportType()
The type of the report the user wants to download.static GetManagedInstanceAnalyticContentRequest.ReportType
GetManagedInstanceAnalyticContentRequest.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.Builder
GetManagedInstanceAnalyticContentRequest.Builder. reportType(GetManagedInstanceAnalyticContentRequest.ReportType reportType)
The type of the report the user wants to download.
-