Class ListListParser

java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListListParser
All Implemented Interfaces:
com.amilesend.client.parse.parser.GsonParser<List<List>>

public class ListListParser extends Object implements com.amilesend.client.parse.parser.GsonParser<List<List>>
Parses a response body that contains a list of ListItems.

API Documentation

See Also:
  • Method Details

    • parse

      public List<List> parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)
      Specified by:
      parse in interface com.amilesend.client.parse.parser.GsonParser<List<List>>