@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class ComponentWithIssueCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentWithIssueCount.AssigneeTypeEnum
The nominal user type used to determine the assignee for issues created with this component.
|
static class |
ComponentWithIssueCount.RealAssigneeTypeEnum
The type of the assignee that is assigned to issues created with this component, when an assignee cannot be set from the `assigneeType`.
|
| Constructor and Description |
|---|
ComponentWithIssueCount() |
| Modifier and Type | Method and Description |
|---|---|
ComponentWithIssueCount |
assignee(User assignee) |
boolean |
equals(Object o) |
User |
getAssignee()
The details of the user associated with `assigneeType`, if any.
|
ComponentWithIssueCount.AssigneeTypeEnum |
getAssigneeType()
The nominal user type used to determine the assignee for issues created with this component.
|
String |
getDescription()
The description for the component.
|
String |
getId()
The unique identifier for the component.
|
Boolean |
getIsAssigneeTypeValid()
Whether a user is associated with `assigneeType`.
|
Long |
getIssueCount()
Count of issues for the component.
|
User |
getLead()
The user details for the component's lead user.
|
String |
getName()
The name for the component.
|
String |
getProject()
The key of the project to which the component is assigned.
|
Long |
getProjectId()
Not used.
|
User |
getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
ComponentWithIssueCount.RealAssigneeTypeEnum |
getRealAssigneeType()
The type of the assignee that is assigned to issues created with this component, when an assignee cannot be set from the `assigneeType`.
|
URI |
getSelf()
The URL for this count of the issues contained in the component.
|
int |
hashCode() |
ComponentWithIssueCount |
lead(User lead) |
ComponentWithIssueCount |
realAssignee(User realAssignee) |
void |
setAssignee(User assignee) |
void |
setLead(User lead) |
void |
setRealAssignee(User realAssignee) |
String |
toString() |
public Long getIssueCount()
public String getDescription()
public URI getSelf()
public Long getProjectId()
public String getProject()
public ComponentWithIssueCount realAssignee(User realAssignee)
public User getRealAssignee()
public void setRealAssignee(User realAssignee)
public Boolean getIsAssigneeTypeValid()
public ComponentWithIssueCount assignee(User assignee)
public User getAssignee()
public void setAssignee(User assignee)
public ComponentWithIssueCount.RealAssigneeTypeEnum getRealAssigneeType()
public ComponentWithIssueCount.AssigneeTypeEnum getAssigneeType()
public ComponentWithIssueCount lead(User lead)
public User getLead()
public void setLead(User lead)
public String getName()
public String getId()
Copyright © 2011–2021 Everit Kft.. All rights reserved.