Uses of Class
de.hybris.platform.audit.view.impl.ReportView.ReportViewType
-
Packages that use ReportView.ReportViewType Package Description de.hybris.platform.audit.view.impl -
-
Uses of ReportView.ReportViewType in de.hybris.platform.audit.view.impl
Methods in de.hybris.platform.audit.view.impl that return ReportView.ReportViewType Modifier and Type Method Description static ReportView.ReportViewTypeReportView.ReportViewType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportView.ReportViewType[]ReportView.ReportViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.audit.view.impl with parameters of type ReportView.ReportViewType Modifier and Type Method Description ReportView.BuilderReportView.Builder. withReportViewType(ReportView.ReportViewType reportViewType)
-