@PublicApi public class ReferenceTypeExternal extends Object implements ExternalFormat
ExternalFormat.FormatEXTERNAL_VERSION| Constructor and Description |
|---|
ReferenceTypeExternal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColor() |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
Integer |
getObjectSchemaId() |
Boolean |
getRemovable() |
int |
hashCode() |
void |
setColor(String color) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setObjectSchemaId(Integer objectSchemaId) |
void |
setRemovable(Boolean removable) |
String |
toString() |
public Integer getObjectSchemaId()
public void setObjectSchemaId(Integer objectSchemaId)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getColor()
public void setColor(String color)
public Boolean getRemovable()
public void setRemovable(Boolean removable)
Copyright © 2024 Atlassian. All rights reserved.