Uses of Class
com.atlassian.jira.rest.api.field.FieldBean.Builder

Packages that use FieldBean.Builder
com.atlassian.jira.rest.api.field   
 

Uses of FieldBean.Builder in com.atlassian.jira.rest.api.field
 

Methods in com.atlassian.jira.rest.api.field that return FieldBean.Builder
static
<T> FieldBean.Builder<T>
FieldBean.builder()
          Returns a new Builder instance, which can be used to build a FieldBean.
 FieldBean.Builder<T> FieldBean.Builder.name(String name)
          Sets the name to use when building the FieldBean.
 FieldBean.Builder<T> FieldBean.Builder.type(String type)
          Sets the type to use when building the FieldBean.
 FieldBean.Builder<T> FieldBean.Builder.value(T value)
          Sets the value to use when building the FieldBean.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.