Uses of Class
org.graylog2.rest.models.system.lookup.LookupTableApi
Packages that use LookupTableApi
Package
Description
-
Uses of LookupTableApi in org.graylog2.rest.models.system.lookup
Methods in org.graylog2.rest.models.system.lookup that return LookupTableApiModifier and TypeMethodDescriptionabstract LookupTableApiLookupTableApi.Builder.build()static LookupTableApiLookupTableApi.fromDto(LookupTableDto dto) -
Uses of LookupTableApi in org.graylog2.rest.resources.system.lookup
Methods in org.graylog2.rest.resources.system.lookup that return LookupTableApiModifier and TypeMethodDescriptionLookupTableResource.createTable(LookupTableApi lookupTable) LookupTableResource.removeTable(@NotEmpty String idOrName) LookupTableResource.updateTable(@NotEmpty String idOrName, @Valid LookupTableApi toUpdate) Methods in org.graylog2.rest.resources.system.lookup with parameters of type LookupTableApiModifier and TypeMethodDescriptionLookupTableResource.createTable(LookupTableApi lookupTable) LookupTableResource.updateTable(@NotEmpty String idOrName, @Valid LookupTableApi toUpdate) LookupTableResource.validateTable(LookupTableApi toValidate) Constructor parameters in org.graylog2.rest.resources.system.lookup with type arguments of type LookupTableApiModifierConstructorDescriptionLookupTablePage(String query, PaginatedList.PaginationInfo paginationInfo, List<LookupTableApi> lookupTables, Collection<CacheApi> caches, Collection<DataAdapterApi> dataAdapters)