| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
id |
String |
name |
String |
searcher |
String |
type |
| Constructor and Description |
|---|
CustomFieldResponse() |
CustomFieldResponse(String name,
String id,
String type) |
CustomFieldResponse(String name,
String id,
String type,
String description,
String searcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CustomFieldConfig> |
getConfig() |
String |
getName() |
int |
hashCode() |
void |
setConfig(List<CustomFieldConfig> config) |
String |
toString() |
public String name
public String id
public String type
public String description
public String searcher
public CustomFieldResponse(String name, String id, String type, String description, String searcher)
public CustomFieldResponse()
public List<CustomFieldConfig> getConfig()
public void setConfig(List<CustomFieldConfig> config)
Copyright © 2018 Atlassian. All rights reserved.