diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-08-19 15:57:06 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-08-19 15:57:06 -0700 |
commit | 54a7a3184dc565fe513aa520e1344b2303ea6834 (patch) | |
tree | 5f66d23cdbec36b4e9e9935688780f216caf4da7 /src/main/java/com/p4square/ccbapi/CCBAPI.java | |
parent | 9cbf7a7a27977e32c8e275d2bc660787b20ce345 (diff) |
Diffstat (limited to 'src/main/java/com/p4square/ccbapi/CCBAPI.java')
-rw-r--r-- | src/main/java/com/p4square/ccbapi/CCBAPI.java | 8 |
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, |