@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+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 ComponentWithIssueCount assignee(User assignee)
public User getAssignee()
public void setAssignee(User assignee)
public ComponentWithIssueCount.AssigneeTypeEnum getAssigneeType()
public String getDescription()
public String getId()
public Boolean getIsAssigneeTypeValid()
public Long getIssueCount()
public ComponentWithIssueCount lead(User lead)
public User getLead()
public void setLead(User lead)
public String getName()
public String getProject()
public Long getProjectId()
public ComponentWithIssueCount realAssignee(User realAssignee)
public User getRealAssignee()
public void setRealAssignee(User realAssignee)
public ComponentWithIssueCount.RealAssigneeTypeEnum getRealAssigneeType()
public URI getSelf()
Copyright © 2011–2023 Everit Kft.. All rights reserved.