public interface DeprecatedModelService
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
getAllModels()
Deprecated.
|
void |
getAllModels(retrofit.Callback<List<Model>> callback)
Deprecated.
|
Model |
getModelById(String id)
Deprecated.
|
void |
getModelById(String id,
retrofit.Callback<Model> callback)
Deprecated.
|
Copyright © 2016. All rights reserved.