public class MonitoredApiPlatformSession extends Object implements ApiPlatformSession
| Constructor and Description |
|---|
MonitoredApiPlatformSession(ApiPlatformClient client) |
| Modifier and Type | Method and Description |
|---|---|
ApiPlatformSession |
activateEndpoint(String organizationId,
String environmentId,
Long apiId)
Activates an endpoint in ApiPlatform.
|
ApiResponse |
getApi(Api api)
Retrieves an
Api using the local data. |
ApiResponse |
getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Retrieves an
Api using the local data. |
ApiResponse |
getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
String entityTag)
Retrieves an
Api using the local data. |
List<ApiClientDto> |
getApiClients(String organizationId,
String environmentId,
Long apiId)
|
SessionMetadata |
metadata() |
public MonitoredApiPlatformSession(ApiPlatformClient client)
public SessionMetadata metadata()
metadata in interface ApiPlatformSessionpublic ApiPlatformSession activateEndpoint(String organizationId, String environmentId, Long apiId)
ApiPlatformSessionactivateEndpoint in interface ApiPlatformSessionorganizationId - StringenvironmentId - StringapiId - Integerpublic List<ApiClientDto> getApiClients(String organizationId, String environmentId, Long apiId)
ApiPlatformSessiongetApiClients in interface ApiPlatformSessionorganizationId - StringenvironmentId - StringapiId - IntegerApiClientDtospublic ApiResponse getApi(Api api)
ApiPlatformSessionApi using the local data.getApi in interface ApiPlatformSessionapi - ApiApiResponse.public ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
ApiPlatformSessionApi using the local data.getApi in interface ApiPlatformSessionapiKey - ApiKeyApiResponse.public ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, String entityTag)
ApiPlatformSessionApi using the local data.getApi in interface ApiPlatformSessionapiKey - ApiKeyentityTag - StringApiResponse.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.