| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationList |
ApplicationCollectionApi.applicationsGet(String groupId,
String query,
Integer limit,
Integer offset,
String accept,
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<ApplicationList> |
ApplicationCollectionApi.applicationsGetWithHttpInfo(String groupId,
String query,
Integer limit,
Integer offset,
String accept,
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 |
ApplicationCollectionApi.applicationsGetAsync(String groupId,
String query,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<ApplicationList> 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 |
|---|---|
ApplicationList |
ApplicationList.addListItem(ApplicationInfo listItem) |
ApplicationList |
ApplicationList.count(Integer count) |
ApplicationList |
ApplicationList.list(List<ApplicationInfo> list) |
ApplicationList |
ApplicationList.next(String next) |
ApplicationList |
ApplicationList.previous(String previous) |
Copyright © 2018 WSO2 Inc. All rights reserved.