@Entity public class QuickFilterEntity extends com.atlassian.core.bean.EntityObject implements QuickFilter
| Constructor and Description |
|---|
QuickFilterEntity(@NotNull String name) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull QuickFilterEntity |
copy()
Returns independent copy of this quick filter.
|
@NotNull String |
getName()
Get the unique name of this quick filter.
|
int |
getPosition()
Get the position of this quick filter on the quick filters list.
|
@NotNull List<QuickFilterRule> |
getRules()
Returns a list of rules for this quick filter.
|
void |
setName(@NotNull String name)
Set quick filter's unique name.
|
void |
setPosition(int position)
Sets the position of this quick filter on the quick filters list.
|
void |
setRules(@NotNull List<QuickFilterRule> rules)
Set the rules for this quick filter.
|
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic QuickFilterEntity(@NotNull
@NotNull String name)
@NotNull public @NotNull QuickFilterEntity copy()
QuickFiltercopy in interface QuickFilter@NotNull public @NotNull String getName()
QuickFiltergetName in interface QuickFiltergetName in interface NameProviderpublic void setName(@NotNull
@NotNull String name)
QuickFiltersetName in interface QuickFiltername - new name of this quick filterpublic int getPosition()
QuickFiltergetPosition in interface QuickFilterpublic void setPosition(int position)
QuickFiltersetPosition in interface QuickFilterposition - new quick filter position index@NotNull public @NotNull List<QuickFilterRule> getRules()
QuickFiltergetRules in interface QuickFilterpublic void setRules(@NotNull
@NotNull List<QuickFilterRule> rules)
QuickFiltersetRules in interface QuickFilterrules - quick filter rulesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.