| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableUserInfoList |
MandatorAdministrationApi.getUserList(String minRegistrationDate,
String maxRegistrationDate,
String minDeletionDate,
String maxDeletionDate,
String minLastActiveDate,
String maxLastActiveDate,
Boolean includeMonthlyStats,
String monthlyStatsStartDate,
String monthlyStatsEndDate,
Boolean isDeleted,
Integer page,
Integer perPage,
List<String> order)
Get user list
<p>Get a list of the users of the mandator that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableUserInfoList> |
MandatorAdministrationApi.getUserListWithHttpInfo(String minRegistrationDate,
String maxRegistrationDate,
String minDeletionDate,
String maxDeletionDate,
String minLastActiveDate,
String maxLastActiveDate,
Boolean includeMonthlyStats,
String monthlyStatsStartDate,
String monthlyStatsEndDate,
Boolean isDeleted,
Integer page,
Integer perPage,
List<String> order)
Get user list
<p>Get a list of the users of the mandator that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MandatorAdministrationApi.getUserListAsync(String minRegistrationDate,
String maxRegistrationDate,
String minDeletionDate,
String maxDeletionDate,
String minLastActiveDate,
String maxLastActiveDate,
Boolean includeMonthlyStats,
String monthlyStatsStartDate,
String monthlyStatsEndDate,
Boolean isDeleted,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableUserInfoList> callback)
Get user list (asynchronously)
<p>Get a list of the users of the mandator that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
PageableUserInfoList |
PageableUserInfoList.addUsersItem(UserInfo usersItem) |
PageableUserInfoList |
PageableUserInfoList.paging(Paging paging) |
PageableUserInfoList |
PageableUserInfoList.users(List<UserInfo> users) |
Copyright © 2018. All rights reserved.