| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.IssueTypeBeanBuilder |
Builder class for IssueType instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new IssueTypeBeanBuilder.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the request context.
| |||||||||||
Sets the issue type.
| |||||||||||
Sets the base URI for JIRA.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new IssueTypeBeanBuilder.
Sets the request context.
| context | a UriInfo |
|---|
Sets the issue type.
| issueType | an IssueType |
|---|
Sets the base URI for JIRA.
| baseURI | the base URI |
|---|

