| 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 |
|---|---|
SettingsDTO |
SettingsApi.settingsGet()
Retreive store settings
Retreive store settings
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo()
Retreive store settings
Retreive store settings
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive store settings (asynchronously)
Retreive store settings
|
| Modifier and Type | Method and Description |
|---|---|
SettingsDTO |
SettingsDTO.addGrantTypesItem(String grantTypesItem) |
SettingsDTO |
SettingsDTO.addScopesItem(String scopesItem) |
SettingsDTO |
SettingsDTO.apiGatewayEndpoint(String apiGatewayEndpoint) |
SettingsDTO |
SettingsDTO.applicationSharingEnabled(Boolean applicationSharingEnabled) |
SettingsDTO |
SettingsDTO.grantTypes(List<String> grantTypes) |
SettingsDTO |
SettingsDTO.isUnlimitedTierPaid(Boolean isUnlimitedTierPaid) |
SettingsDTO |
SettingsDTO.mapExistingAuthApps(Boolean mapExistingAuthApps) |
SettingsDTO |
SettingsDTO.monetizationEnabled(Boolean monetizationEnabled) |
SettingsDTO |
SettingsDTO.scopes(List<String> scopes) |
Copyright © 2020 WSO2 Inc. All rights reserved.