@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) |
@Nullable String |
getDescription() |
@Nullable BambooKeyProperties |
getKey() |
@NotNull String |
getName() |
@Nullable BambooOidProperties |
getOid() |
int |
hashCode() |
void |
validate() |
public ProjectProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description) throws PropertiesValidationException
PropertiesValidationException@Nullable public @Nullable BambooOidProperties getOid()
@Nullable public @Nullable BambooKeyProperties getKey()
@NotNull public @NotNull String getName()
@Nullable public @Nullable String getDescription()
public void validate()
validate in interface EntityPropertiesCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.