| 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 name,
String tenantDomain)
Retrieve/Search Applications
This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by 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 name,
String tenantDomain)
Retrieve/Search Applications
This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApplicationCollectionApi.applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String name,
String tenantDomain,
ApiCallback<ApplicationListDTO> _callback)
Retrieve/Search Applications (asynchronously)
This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationListDTO.count(Integer count) |
ApplicationListDTO |
ApplicationListDTO.list(List<ApplicationInfoDTO> list) |
ApplicationListDTO |
ApplicationListDTO.next(String next) |
ApplicationListDTO |
ApplicationListDTO.previous(String previous) |
Copyright © 2021 WSO2 Inc. All rights reserved.