public class CustomFieldTypeView extends BlackDuckResponse
| Constructor and Description |
|---|
CustomFieldTypeView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Boolean |
getSupportsOptions() |
CustomFieldType |
getType() |
void |
setName(java.lang.String name) |
void |
setSupportsOptions(java.lang.Boolean supportsOptions) |
void |
setType(CustomFieldType type) |
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatchpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Boolean getSupportsOptions()
public void setSupportsOptions(java.lang.Boolean supportsOptions)
public CustomFieldType getType()
public void setType(CustomFieldType type)