public interface Label extends BambooObject, CreationDateProvider, Comparable<Label>
ORDERING| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Date |
getLastModificationDate() |
String |
getName() |
String |
getNamespace() |
void |
setCreationDate(Date creationDate) |
void |
setLastModificationDate(Date lastModificationDate) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
setIdgetIdcompareToString getName()
void setName(String name)
Date getCreationDate()
getCreationDate in interface CreationDateProvidervoid setCreationDate(Date creationDate)
Date getLastModificationDate()
void setLastModificationDate(Date lastModificationDate)
String getNamespace()
void setNamespace(String namespace)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.