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) |
setId
getId
compareTo
String getName()
void setName(String name)
Date getCreationDate()
getCreationDate
in interface CreationDateProvider
void setCreationDate(Date creationDate)
Date getLastModificationDate()
void setLastModificationDate(Date lastModificationDate)
String getNamespace()
void setNamespace(String namespace)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.