All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.ksu.canvas.model.wrapper.package-info Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
/**
 * Wrapper objects for when the Canvas API returns lists wrapped in an object
 * 

* Some API calls return an object with a list inside of it instead of just * the list. The classes in here are just objects to hold lists for easy * parsing via Gson. They should only be used internally to the API library. */ package edu.ksu.canvas.model.wrapper;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy