com.atlassian.jira.issue.fields.rest.json
Class JsonTypeBuilder

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.JsonTypeBuilder

public class JsonTypeBuilder
extends Object

Since:
v5.0

Constructor Summary
JsonTypeBuilder()
           
 
Method Summary
static JsonType custom(String type, String custom, Long customId)
           
static JsonType customArray(String items, String custom, Long customId)
           
static JsonType system(String type, String system)
           
static JsonType systemArray(String items, String system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonTypeBuilder

public JsonTypeBuilder()
Method Detail

system

public static JsonType system(String type,
                              String system)

systemArray

public static JsonType systemArray(String items,
                                   String system)

customArray

public static JsonType customArray(String items,
                                   String custom,
                                   Long customId)

custom

public static JsonType custom(String type,
                              String custom,
                              Long customId)


Copyright © 2002-2013 Atlassian. All Rights Reserved.