public interface QuickFilter extends BambooObject, NameProvider
Modifier and Type | Method and Description |
---|---|
@NotNull QuickFilter |
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.
|
setId
getId
@NotNull @NotNull String getName()
getName
in interface NameProvider
void setName(@NotNull @NotNull String name)
name
- new name of this quick filterint getPosition()
void setPosition(int position)
position
- new quick filter position index@NotNull @NotNull List<QuickFilterRule> getRules()
void setRules(@NotNull @NotNull List<QuickFilterRule> rules)
rules
- quick filter rules@NotNull @NotNull QuickFilter copy()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.