@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class Component extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Component.AssigneeTypeEnum
The nominal user type used to determine the assignee for issues created with this component.
|
static class |
Component.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 |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
Component |
assigneeType(Component.AssigneeTypeEnum assigneeType) |
Component |
description(String description) |
boolean |
equals(Object o) |
User |
getAssignee()
The details of the user associated with `assigneeType`, if any.
|
Component.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`.
|
User |
getLead()
The user details for the component's lead user.
|
String |
getLeadAccountId()
The accountId of the component's lead user.
|
String |
getLeadUserName()
This property is no longer available and will be removed from the documentation soon.
|
String |
getName()
The unique name for the component in the project.
|
String |
getProject()
The key of the project the component is assigned to.
|
Long |
getProjectId()
The ID of the project the component is assigned to.
|
User |
getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
Component.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 of the component.
|
int |
hashCode() |
Component |
leadAccountId(String leadAccountId) |
Component |
leadUserName(String leadUserName) |
Component |
name(String name) |
Component |
project(String project) |
void |
setAssigneeType(Component.AssigneeTypeEnum assigneeType) |
void |
setDescription(String description) |
void |
setLeadAccountId(String leadAccountId) |
void |
setLeadUserName(String leadUserName) |
void |
setName(String name) |
void |
setProject(String project) |
String |
toString() |
public URI getSelf()
public String getId()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public User getLead()
public String getLeadUserName()
public void setLeadUserName(String leadUserName)
public String getLeadAccountId()
public void setLeadAccountId(String leadAccountId)
public Component assigneeType(Component.AssigneeTypeEnum assigneeType)
public Component.AssigneeTypeEnum getAssigneeType()
public void setAssigneeType(Component.AssigneeTypeEnum assigneeType)
public User getAssignee()
public Component.RealAssigneeTypeEnum getRealAssigneeType()
public User getRealAssignee()
public Boolean getIsAssigneeTypeValid()
public String getProject()
public void setProject(String project)
public Long getProjectId()
Copyright © 2011–2021 Everit Kft.. All rights reserved.