Uses of Enum Class
org.graylog.plugins.views.search.rest.DashboardsResource.Scope
Packages that use DashboardsResource.Scope
-
Uses of DashboardsResource.Scope in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return DashboardsResource.ScopeModifier and TypeMethodDescriptionstatic DashboardsResource.ScopeDashboardsResource.Scope.fromString(String scope) static DashboardsResource.ScopeReturns the enum constant of this class with the specified name.static DashboardsResource.Scope[]DashboardsResource.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.rest with parameters of type DashboardsResource.ScopeModifier and TypeMethodDescriptionDashboardsResource.views(int page, int perPage, String sortField, SortOrder order, String query, List<String> filters, DashboardsResource.Scope scope, SearchUser searchUser)