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
An abstract class to represent an API response. Your class must have a constructor without any arguments.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiResponse
public ApiResponse()
-