public interface ConfigAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Facet> |
facet(String facet) |
retrofit2.Call<List<Facet>> |
facets() |
retrofit2.Call<Schema> |
schema(String schema) |
retrofit2.Call<List<Schema>> |
schemas() |
retrofit2.Call<DocType> |
type(String type) |
retrofit2.Call<DocTypes> |
types() |
Copyright © 2018 Nuxeo. All rights reserved.