@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:30.184+02:00[Europe/Prague]") public class FoundFilter extends Object
| Constructor and Description |
|---|
FoundFilter() |
| Modifier and Type | Method and Description |
|---|---|
FoundFilter |
addSharePermissionsItem(SharePermission sharePermissionsItem) |
FoundFilter |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
A description of the filter.
|
Boolean |
getFavourite()
Indicates whether the filter is selected as a favorite by any users, not including the filter owner.
|
Long |
getFavouritedCount()
The count of how many users have selected this filter as a favorite, including the filter owner.
|
String |
getId()
The unique identifier for the filter.
|
String |
getJql()
The JQL query for the filter.
|
String |
getName()
The name of the filter.
|
User |
getOwner()
The user who owns the filter.
|
URI |
getSearchUrl()
A URL to view the filter results in Jira, using the [Search for issues using JQL](#api-rest-api-2-filter-search-get) operation with the filter's JQL string to return the filter results.
|
URI |
getSelf()
The URL of the filter.
|
List<SharePermission> |
getSharePermissions()
The groups and projects that the filter is shared with.
|
List<FilterSubscription> |
getSubscriptions()
The users that are subscribed to the filter.
|
URI |
getViewUrl()
A URL to view the filter results in Jira, using the ID of the filter.
|
int |
hashCode() |
FoundFilter |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSharePermissions(List<SharePermission> sharePermissions) |
FoundFilter |
sharePermissions(List<SharePermission> sharePermissions) |
String |
toString() |
public URI getSelf()
public String getId()
public FoundFilter name(String name)
public String getName()
public void setName(String name)
public FoundFilter description(String description)
public String getDescription()
public void setDescription(String description)
public User getOwner()
public String getJql()
public URI getViewUrl()
public URI getSearchUrl()
public Boolean getFavourite()
public Long getFavouritedCount()
public FoundFilter sharePermissions(List<SharePermission> sharePermissions)
public FoundFilter addSharePermissionsItem(SharePermission sharePermissionsItem)
public List<SharePermission> getSharePermissions()
public void setSharePermissions(List<SharePermission> sharePermissions)
public List<FilterSubscription> getSubscriptions()
Copyright © 2011–2021 Everit Kft.. All rights reserved.