JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.fineract.client.services
Interface MixTaxonomyApi
public interface
MixTaxonomyApi
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
retrofit2.Call<
String
>
retrieveAll14
()
retrofit2.Call<
String
>
retrieveAll14
(
Map
<
String
,
String
> headers)
Method Details
retrieveAll14
@GET("v1/mixtaxonomy")
retrofit2.Call<
String
>
retrieveAll14
()
Returns:
Call<String>
retrieveAll14
@GET("v1/mixtaxonomy")
retrofit2.Call<
String
>
retrieveAll14
(@HeaderMap
Map
<
String
,
String
> headers)
Returns:
Call<String>