retrofit / retrofit2 / Call / clone

clone

abstract fun clone(): Call<T>

Create a new, identical call to this one which can be enqueued or executed even if this call has already been.