| Package | Description |
|---|---|
| retrofit2 |
Retrofit turns your REST API into a Java interface.
|
| Modifier and Type | Method and Description |
|---|---|
Call<T> |
Call.clone()
Create a new, identical call to this one which can be enqueued or executed even if this call
has already been.
|
| Modifier and Type | Method and Description |
|---|---|
<R> T |
CallAdapter.adapt(Call<R> call)
Returns an instance of
T which delegates to call. |
Copyright © 2016 Square, Inc.. All rights reserved.