| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
SharedScopeUsageDTO |
ScopesApi.getSharedScopeUsages(String scopeId)
Get usages of a Shared Scope by Scope Id
This operation can be used to retrieve usages of a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SharedScopeUsageDTO> |
ScopesApi.getSharedScopeUsagesWithHttpInfo(String scopeId)
Get usages of a Shared Scope by Scope Id
This operation can be used to retrieve usages of a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ScopesApi.getSharedScopeUsagesAsync(String scopeId,
ApiCallback<SharedScopeUsageDTO> callback)
Get usages of a Shared Scope by Scope Id (asynchronously)
This operation can be used to retrieve usages of a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
SharedScopeUsageDTO |
SharedScopeUsageDTO.addUsedApiListItem(SharedScopeUsedAPIInfoDTO usedApiListItem) |
SharedScopeUsageDTO |
SharedScopeUsageDTO.id(String id) |
SharedScopeUsageDTO |
SharedScopeUsageDTO.name(String name) |
SharedScopeUsageDTO |
SharedScopeUsageDTO.usedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList) |
Copyright © 2020 WSO2 Inc. All rights reserved.