Class ResponseLibrarySet
-
- All Implemented Interfaces:
public class ResponseLibrarySet
-
-
Field Summary
Fields Modifier and Type Field Description public List<LibraryDownloadInfo>
downloadSet
-
Constructor Summary
Constructors Constructor Description ResponseLibrarySet(List<LibraryDownloadInfo> downloadSet)
-
Method Summary
Modifier and Type Method Description List<LibraryDownloadInfo>
getDownloadSet()
static ResponseLibrarySet
parse(ResponseBody responseBody)
-
-
Constructor Detail
-
ResponseLibrarySet
ResponseLibrarySet(List<LibraryDownloadInfo> downloadSet)
-
-
Method Detail
-
getDownloadSet
List<LibraryDownloadInfo> getDownloadSet()
-
parse
static ResponseLibrarySet parse(ResponseBody responseBody)
-
-
-
-