Package dev.mayuna.simpleapi
Class ApiResponse<T extends WrappedApi>
- java.lang.Object
-
- dev.mayuna.simpleapi.ApiResponse<T>
-
- Type Parameters:
T- The type of the wrapped API.
- Direct Known Subclasses:
DeserializableApiResponse
public abstract class ApiResponse<T extends WrappedApi> extends java.lang.ObjectAn abstract class to represent an API response. Your class must have a constructor without any arguments.
-
-
Constructor Summary
Constructors Constructor Description ApiResponse()
-