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