Interface ListProjectsApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,GraphqlClient
public interface ListProjectsApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<ProjectGraphUri>
listProjects()
List project graphs known to the server.
-
-
-
Method Detail
-
listProjects
com.google.common.collect.ImmutableList<ProjectGraphUri> listProjects()
List project graphs known to the server.
-
-