@Immutable public final class ProjectProperties extends Object implements EntityProperties
| Constructor and Description |
|---|
ProjectProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
BambooKeyProperties |
getKey() |
String |
getName() |
BambooOidProperties |
getOid() |
int |
hashCode() |
void |
validate() |
public ProjectProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description) throws PropertiesValidationException
PropertiesValidationException@Nullable public BambooOidProperties getOid()
@Nullable public BambooKeyProperties getKey()
@NotNull public String getName()
@Nullable public String getDescription()
public void validate()
validate in interface EntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.