public interface ApiPlatformSession
| 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() |
com.mulesoft.anypoint.backoff.session.SessionMetadata metadata()
ApiPlatformSession activateEndpoint(String organizationId, String environmentId, Long apiId)
ApiClientsResponse getApiClients(String organizationId, String environmentId, Long apiId)
organizationId - StringenvironmentId - StringapiId - IntegerApiClientsResponseApiClientsResponse getApiClients(String organizationId, String environmentId, Long apiId, String contractsEntityTag)
organizationId - StringenvironmentId - StringapiId - IntegercontractsEntityTag - StringApiClientsResponseApiResponse getApi(Api api)
Api using the local data.api - ApiApiResponse.ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Api using the local data.apiKey - ApiKeyApiResponse.ApiResponse getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, String apiEntityTag)
Api using the local data.apiKey - ApiKeyapiEntityTag - StringApiResponse.Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.