public class QuickSearchDocumentImpl extends Object implements QuickSearchDocument
SEARCH_FIELD
Modifier | Constructor and Description |
---|---|
protected |
QuickSearchDocumentImpl(long id,
QuickSearchDocumentFactory.Type type,
@Nullable String key,
@NotNull Map<String,String> entity) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEntity() |
long |
getId() |
QuickSearchDocumentFactory.Type |
getType() |
protected QuickSearchDocumentImpl(long id, @NotNull QuickSearchDocumentFactory.Type type, @Nullable @Nullable String key, @NotNull @NotNull Map<String,String> entity)
public long getId()
getId
in interface QuickSearchDocument
public QuickSearchDocumentFactory.Type getType()
getType
in interface QuickSearchDocument
public Map<String,String> getEntity()
getEntity
in interface QuickSearchDocument
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.