public interface FilterBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the filter.
|
String |
getName()
Get the name of the filter.
|
String |
getPQL()
Get the pql of the filter.
|
boolean |
isAdvanced()
Get if the filter is advanced.
|
boolean |
isPublic()
Get if the filter is public
|
FilterBuilder |
setAdvanced(boolean advanced)
Set if the filter is advanced.
|
FilterBuilder |
setDescription(String description)
Set the description of the filter.
|
FilterBuilder |
setName(String name)
Set the name of the filter.
|
FilterBuilder |
setOwner(com.atlassian.jira.user.ApplicationUser owner)
Set Filter owner
|
FilterBuilder |
setPQL(String pql)
Set the pql of the filter.
|
FilterBuilder |
setPublic(boolean publicFilter)
Set if the filter is public.
|
FilterBuilder |
setViewBuilder(ViewBuilder viewBuilder)
Set view Builder
|
FilterBuilder setName(String name)
name
- the name of the filterString getName()
FilterBuilder setDescription(String description)
description
- the description of the filterString getDescription()
FilterBuilder setPQL(String pql)
pql
- the pql of the filterString getPQL()
FilterBuilder setPublic(boolean publicFilter)
publicFilter
- true if the filter is publicboolean isPublic()
FilterBuilder setAdvanced(boolean advanced)
advanced
- true if the filter is advancedboolean isAdvanced()
FilterBuilder setOwner(com.atlassian.jira.user.ApplicationUser owner)
owner
- FilterBuilder setViewBuilder(@NotNull ViewBuilder viewBuilder)
viewBuilder
- Copyright © 2020 DEISER. All Rights Reserved.