public interface Definition extends ModelEntity, Buildable<DefinitionBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getDefinition() |
String |
getId() |
String |
getName() |
String |
getProjectId() |
Scope |
getScope() |
List<String> |
getTags() |
Date |
getUpdatedAt() |
Boolean |
isSystem() |
String getId()
String getName()
String getDefinition()
Date getCreatedAt()
Date getUpdatedAt()
Boolean isSystem()
True if the definition is system (not createdAt by user).Scope getScope()
String getProjectId()
Copyright © 2019. All rights reserved.