Class ListItemVersionParser
java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListItemVersionParser
- All Implemented Interfaces:
com.amilesend.client.parse.parser.GsonParser<ListItemVersion>
public class ListItemVersionParser
extends Object
implements com.amilesend.client.parse.parser.GsonParser<ListItemVersion>
Parses a response body that contains a
ListItemVersion
.
- 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, wait
Methods inherited from interface com.amilesend.client.parse.parser.GsonParser
parse
-
Method Details
-
parse
- Specified by:
parse
in interfacecom.amilesend.client.parse.parser.GsonParser<ListItemVersion>
-