com.atlassian.jira.projectconfig.rest.global
Class CustomFieldTypesResource.ResponseBean

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.global.CustomFieldTypesResource.ResponseBean
Enclosing class:
CustomFieldTypesResource

public static class CustomFieldTypesResource.ResponseBean
extends Object


Nested Class Summary
static class CustomFieldTypesResource.ResponseBean.CategoryBean
           
static class CustomFieldTypesResource.ResponseBean.CustomFieldTypeBean
           
 
Method Summary
 Iterable<CustomFieldTypesResource.ResponseBean.CategoryBean> getCategories()
           
 Iterable<CustomFieldTypesResource.ResponseBean.CustomFieldTypeBean> getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategories

public Iterable<CustomFieldTypesResource.ResponseBean.CategoryBean> getCategories()

getTypes

public Iterable<CustomFieldTypesResource.ResponseBean.CustomFieldTypeBean> getTypes()


Copyright © 2002-2014 Atlassian. All Rights Reserved.