Class ListResponseBodyParser.ListResponseBody<T>

java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody<T>
Enclosing class:
ListResponseBodyParser<T>

public static class ListResponseBodyParser.ListResponseBody<T> extends Object
Used to deserialize a response body that contains a list of drive items.
  • Constructor Details

    • ListResponseBody

      public ListResponseBody()
  • Method Details

    • getValue

      public List<T> getValue()
      The list of items returned for a response body.
    • setValue

      public void setValue(List<T> value)
      The list of items returned for a response body.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object