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 Detail

      • setType

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