| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input |
| Modifier and Type | Method and Description |
|---|---|
AssigneeType |
Component.AssigneeInfo.getAssigneeType() |
AssigneeType |
Component.AssigneeInfo.getRealAssigneeType() |
static AssigneeType |
AssigneeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssigneeType[] |
AssigneeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Component.AssigneeInfo(BasicUser assignee,
AssigneeType assigneeType,
BasicUser realAssignee,
AssigneeType realAssigneeType,
boolean assigneeTypeValid) |
| Modifier and Type | Method and Description |
|---|---|
AssigneeType |
ComponentInput.getAssigneeType() |
| Constructor and Description |
|---|
ComponentInput(java.lang.String name,
java.lang.String description,
java.lang.String leadUsername,
AssigneeType assigneeType) |
Copyright © 2013 Atlassian. All Rights Reserved.