public class Project extends Object
| Constructor and Description |
|---|
Project(String id,
String userId,
String workspaceId,
String name) |
Project(User user,
Workspace workspace,
String name,
Set<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getId() |
String |
getName() |
String |
getUrl() |
Workspace |
getWorkspace() |
void |
setWorkspace(Workspace workspace) |
Copyright © 2022. All rights reserved.