Uses of Class
org.graylog2.rest.resources.entities.EntityDefaults
Packages that use EntityDefaults
-
Uses of EntityDefaults in org.graylog2.rest.models.tools.responses
Methods in org.graylog2.rest.models.tools.responses that return EntityDefaultsMethods in org.graylog2.rest.models.tools.responses with parameters of type EntityDefaultsModifier 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 EntityDefaults in org.graylog2.rest.resources.entities
Methods in org.graylog2.rest.resources.entities that return EntityDefaults