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 apiEntityTag)
Retrieves an
Api using the local data. |
ApiClientsResponse |
getApiClients(String organizationId,
String environmentId,
Long apiId)
|
ApiClientsResponse |
getApiClients(String organizationId,
String environmentId,
Long apiId,
String contractsEntityTag)
|
com.mulesoft.anypoint.backoff.session.SessionMetadata |
metadata() |
public MonitoredApiPlatformSession(ApiPlatformClient client)
public com.mulesoft.anypoint.backoff.session.SessionMetadata metadata()
metadata in interface ApiPlatformSessionpublic ApiPlatformSession activateEndpoint(String organizationId, String environmentId, Long apiId)
ApiPlatformSessionactivateEndpoint in interface ApiPlatformSessionorganizationId - StringenvironmentId - StringapiId - Integerpublic ApiClientsResponse getApiClients(String organizationId, String environmentId, Long apiId)
ApiPlatformSessiongetApiClients in interface ApiPlatformSessionorganizationId - StringenvironmentId - StringapiId - IntegerApiClientsResponsepublic ApiClientsResponse getApiClients(String organizationId, String environmentId, Long apiId, String contractsEntityTag)
ApiPlatformSessiongetApiClients in interface ApiPlatformSessionorganizationId - StringenvironmentId - StringapiId - IntegercontractsEntityTag - StringApiClientsResponsepublic 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 apiEntityTag)
ApiPlatformSessionApi using the local data.getApi in interface ApiPlatformSessionapiKey - ApiKeyapiEntityTag - StringApiResponse.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.