Uses of Enum Class
org.graylog2.rest.resources.system.indexer.responses.FieldTypeOrigin
Packages that use FieldTypeOrigin
-
Uses of FieldTypeOrigin in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses that return FieldTypeOriginModifier and TypeMethodDescriptionIndexSetFieldType.origin()Returns the value of theoriginrecord component.static FieldTypeOriginReturns the enum constant of this class with the specified name.static FieldTypeOrigin[]FieldTypeOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.rest.resources.system.indexer.responses with parameters of type FieldTypeOriginModifierConstructorDescriptionIndexSetFieldType(String fieldName, String type, FieldTypeOrigin origin, boolean isReserved) Creates an instance of aIndexSetFieldTyperecord class.