|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssigneeType | |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of AssigneeType in com.atlassian.jira.rest.client.api.domain |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain that return AssigneeType | |
|---|---|
AssigneeType |
Component.AssigneeInfo.getAssigneeType()
|
AssigneeType |
Component.AssigneeInfo.getRealAssigneeType()
|
static AssigneeType |
AssigneeType.valueOf(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. |
| Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type AssigneeType | |
|---|---|
Component.AssigneeInfo(BasicUser assignee,
AssigneeType assigneeType,
BasicUser realAssignee,
AssigneeType realAssigneeType,
boolean assigneeTypeValid)
|
|
| Uses of AssigneeType in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input that return AssigneeType | |
|---|---|
AssigneeType |
ComponentInput.getAssigneeType()
|
| Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type AssigneeType | |
|---|---|
ComponentInput(String name,
String description,
String leadUsername,
AssigneeType assigneeType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||