Class ListListParser
java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListListParser
public class ListListParser
extends Object
implements com.amilesend.client.parse.parser.GsonParser<List<List>>
Parses a response body that contains a list of
ListItems.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionparse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amilesend.client.parse.parser.GsonParser
parse