public class

JsonTypeBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.JsonTypeBuilder

Summary

Public Constructors
JsonTypeBuilder()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JsonTypeBuilder ()

Public Methods

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

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

public static JsonType system (String type, String system)

public static JsonType systemArray (String items, String system)