Interface ProjectClient<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ProjectCreatorJson projectCreatorJson) list()update(String uuid, ProjectCreatorJson projectCreatorJson)
-
Method Details
-
list
Page<Project,ProjectJson> list() -
getByUuid
-
create
-
update
-
delete
-
refresh
-