| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationCollectionApi.applicationsGet(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationListDTO> |
ApplicationCollectionApi.applicationsGetWithHttpInfo(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationCollectionApi.applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationListDTO.addListItem(ApplicationInfoDTO listItem) |
ApplicationListDTO |
ApplicationListDTO.count(Integer count) |
ApplicationListDTO |
ApplicationListDTO.list(List<ApplicationInfoDTO> list) |
ApplicationListDTO |
ApplicationListDTO.next(String next) |
ApplicationListDTO |
ApplicationListDTO.previous(String previous) |
Copyright © 2020 WSO2 Inc. All rights reserved.