Interface CreateProjectApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface CreateProjectApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectGraphUri
createProject(CreateProjectParameters parameters)
Create a project.
-
-
-
Method Detail
-
createProject
ProjectGraphUri createProject(CreateProjectParameters parameters)
Create a project.This function will not fail if you try to create a duplicate project graph. Instead, the server will append a suffix to the project graph URI. This function returns the project graph URI that was created.
- Parameters:
parameters
- parameters object- Returns:
- result object
-
-