summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/ccbapi/CCBAPI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/p4square/ccbapi/CCBAPI.java')
-rw-r--r--src/main/java/com/p4square/ccbapi/CCBAPI.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/com/p4square/ccbapi/CCBAPI.java b/src/main/java/com/p4square/ccbapi/CCBAPI.java
index 6b9ba2e..86bc8ea 100644
--- a/src/main/java/com/p4square/ccbapi/CCBAPI.java
+++ b/src/main/java/com/p4square/ccbapi/CCBAPI.java
@@ -29,6 +29,14 @@ public interface CCBAPI extends Closeable {
GetLookupTableResponse getLookupTable(GetLookupTableRequest request) throws IOException;
/**
+ * Retrieve the list of campuses.
+ *
+ * @return A {@link GetCampusListResponse} containing the campus ids and names.
+ * @throws IOException on failure.
+ */
+ GetCampusListResponse getCampusList() throws IOException;
+
+ /**
* Retrieve one or more {@link IndividualProfile}s.
*
* If any of the following properties are set on the request,