Class LookupTableApi
java.lang.Object
org.graylog2.rest.models.system.lookup.LookupTableApi
- All Implemented Interfaces:
ScopedResponse
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.graylog2.rest.models.system.lookup.ScopedResponse
FIELD_SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LookupTableApi.Builderbuilder()abstract @NotEmpty StringcacheId()abstract Stringabstract @NotEmpty Stringabstract Stringabstract LookupDefaultValue.Typeabstract Stringabstract LookupDefaultValue.Typeabstract Stringstatic LookupTableApifromDto(LookupTableDto dto) abstract Stringid()abstract @NotEmpty Stringname()abstract Stringscope()abstract @NotEmpty Stringtitle()toDto()
-
Field Details
-
FIELD_DEFAULT_SINGLE_VALUE
- See Also:
-
FIELD_DEFAULT_MULTI_VALUE
- See Also:
-
-
Constructor Details
-
LookupTableApi
public LookupTableApi()
-
-
Method Details
-
id
-
scope
- Specified by:
scopein interfaceScopedResponse
-
title
-
description
-
name
-
cacheId
-
dataAdapterId
-
contentPack
-
defaultSingleValue
-
defaultSingleValueType
-
defaultMultiValue
-
defaultMultiValueType
-
builder
-
toDto
-
fromDto
-