Class ApiResponse<T extends WrappedApi>

  • Type Parameters:
    T - The type of the wrapped API.
    Direct Known Subclasses:
    DeserializableApiResponse

    public abstract class ApiResponse<T extends WrappedApi>
    extends java.lang.Object
    An abstract class to represent an API response. Your class must have a constructor without any arguments.
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiResponse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiResponse

        public ApiResponse()