Uses of Class
com.ardoq.model.WorkspaceBranch
| Package | Description |
|---|---|
| com.ardoq.service |
-
Uses of WorkspaceBranch in com.ardoq.service
Methods in com.ardoq.service that return types with arguments of type WorkspaceBranch Modifier and Type Method Description List<WorkspaceBranch>SimpleWorkspaceService. getBranches(String id)List<WorkspaceBranch>WorkspaceService. getBranches(String id)Method parameters in com.ardoq.service with type arguments of type WorkspaceBranch Modifier and Type Method Description voidSimpleWorkspaceService. getBranches(String id, retrofit.Callback<List<WorkspaceBranch>> callback)voidWorkspaceService. getBranches(String id, retrofit.Callback<List<WorkspaceBranch>> callback)