com.atlassian.jira.rest.v2.issue.customfield
Class CustomFieldOptionResource
java.lang.Object
com.atlassian.jira.rest.v2.issue.customfield.CustomFieldOptionResource
public class CustomFieldOptionResource
- extends Object
- Since:
- 4.4
Method Summary |
javax.ws.rs.core.Response |
getCustomFieldOption(String id)
Returns a full representation of the custom Field Option that has the given id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomFieldOptionResource
public CustomFieldOptionResource(JiraAuthenticationContext authContext,
OptionsManager optionsManager,
VelocityRequestContextFactory velocityRequestContextFactory,
ContextI18n i18n,
ContextUriInfo contextUriInfo)
getCustomFieldOption
public javax.ws.rs.core.Response getCustomFieldOption(String id)
- Returns a full representation of the custom Field Option that has the given id.
- Parameters:
id
- a String containing an custom Field Option id
- Returns:
- a full representation of the custom Field Option with the given id
Copyright © 2002-2011 Atlassian. All Rights Reserved.