-
public final class NetworkResponseA class which represents a network response. This will include the HTTP status code, as well as any response data.
-
-
Constructor Summary
Constructors Constructor Description NetworkResponse(Integer code, String data)
-