Uses of Class
org.graylog2.rest.models.tools.responses.PageListResponse
Packages that use PageListResponse
Package
Description
-
Uses of PageListResponse in org.graylog.events.rest
Methods in org.graylog.events.rest that return PageListResponseModifier and TypeMethodDescription -
Uses of PageListResponse in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return PageListResponseModifier and TypeMethodDescriptionDashboardsResource.views(int page, int perPage, String sortField, String order, String query, List<String> filters, SearchUser searchUser) SavedSearchesResource.views(int page, int perPage, String sortField, String order, String query, List<String> filters, SearchUser searchUser) -
Uses of PageListResponse in org.graylog2.rest.models.tools.responses
Methods in org.graylog2.rest.models.tools.responses that return PageListResponseModifier and TypeMethodDescriptionstatic <T> PageListResponse<T>PageListResponse.create(String query, PaginatedList.PaginationInfo paginationInfo, long total, String sort, String order, List<T> elements, List<EntityAttribute> attributes, EntityDefaults defaults) static <T> PageListResponse<T>PageListResponse.create(String query, PaginatedList<T> paginatedList, String sort, String order, List<EntityAttribute> attributes, EntityDefaults defaults) -
Uses of PageListResponse in org.graylog2.rest.resources.streams
Methods in org.graylog2.rest.resources.streams that return PageListResponse