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 GroupsLevelApi
public interface
GroupsLevelApi
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
retrofit2.Call<
String
>
retrieveAllGroups
()
retrofit2.Call<
String
>
retrieveAllGroups
(
Map
<
String
,
String
> headers)
Method Details
retrieveAllGroups
@GET("v1/grouplevels")
retrofit2.Call<
String
>
retrieveAllGroups
()
Returns:
Call<String>
retrieveAllGroups
@GET("v1/grouplevels")
retrofit2.Call<
String
>
retrieveAllGroups
(@HeaderMap
Map
<
String
,
String
> headers)
Returns:
Call<String>