| 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 |
|---|---|
ApplicationAttributeListDTO |
SettingsApi.settingsApplicationAttributesGet(String ifNoneMatch)
Get All Application Attributes from Configuration
This operation can be used to retrieve the application attributes from configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationAttributeListDTO> |
SettingsApi.settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch)
Get All Application Attributes from Configuration
This operation can be used to retrieve the application attributes from configuration.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SettingsApi.settingsApplicationAttributesGetAsync(String ifNoneMatch,
ApiCallback<ApplicationAttributeListDTO> _callback)
Get All Application Attributes from Configuration (asynchronously)
This operation can be used to retrieve the application attributes from configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationAttributeListDTO |
ApplicationAttributeListDTO.count(Integer count) |
ApplicationAttributeListDTO |
ApplicationAttributeListDTO.list(List<ApplicationAttributeDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.