T - The type of the expected return object.public class ApruveResponse<T> extends Object
| Constructor and Description |
|---|
ApruveResponse(int response,
T responseObject) |
ApruveResponse(int response,
T payload,
String errorResponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorResponse() |
int |
getResponseCode() |
T |
getResponseObject() |
boolean |
success() |
public ApruveResponse(int response,
T responseObject)
Copyright © 2016. All rights reserved.