Uses of Class
com.oracle.bmc.datasafe.requests.ListAlertAnalyticsRequest.SummaryField
-
Packages that use ListAlertAnalyticsRequest.SummaryField Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListAlertAnalyticsRequest.SummaryField in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAlertAnalyticsRequest.SummaryField Modifier and Type Method Description static ListAlertAnalyticsRequest.SummaryFieldListAlertAnalyticsRequest.SummaryField. create(String key)static ListAlertAnalyticsRequest.SummaryFieldListAlertAnalyticsRequest.SummaryField. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAlertAnalyticsRequest.SummaryField[]ListAlertAnalyticsRequest.SummaryField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ListAlertAnalyticsRequest.SummaryField Modifier and Type Method Description List<ListAlertAnalyticsRequest.SummaryField>ListAlertAnalyticsRequest. getSummaryField()Specifies a subset of summarized fields to be returned in the response.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListAlertAnalyticsRequest.SummaryField Modifier and Type Method Description ListAlertAnalyticsRequest.BuilderListAlertAnalyticsRequest.Builder. summaryField(ListAlertAnalyticsRequest.SummaryField singularValue)Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListAlertAnalyticsRequest.SummaryField Modifier and Type Method Description ListAlertAnalyticsRequest.BuilderListAlertAnalyticsRequest.Builder. summaryField(List<ListAlertAnalyticsRequest.SummaryField> summaryField)Specifies a subset of summarized fields to be returned in the response.
-