| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationsApi.applicationsGet(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationListDTO> |
ApplicationsApi.applicationsGetWithHttpInfo(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsGetAsync(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationListDTO.addListItem(ApplicationInfoDTO listItem) |
ApplicationListDTO |
ApplicationListDTO.count(Integer count) |
ApplicationListDTO |
ApplicationListDTO.list(List<ApplicationInfoDTO> list) |
ApplicationListDTO |
ApplicationListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.