Interface TypedResponse<T>

Type Parameters:
T - the type of the objects in this response container.
All Known Implementing Classes:
Page

public interface TypedResponse<T>
Indicates a generic container that requires type information to be provided after initialisation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setType(com.google.gson.reflect.TypeToken<T> type)
     
  • Method Details

    • setType

      void setType(com.google.gson.reflect.TypeToken<T> type)