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