| Package | Description |
|---|---|
| org.wso2.apimgt.gateway.cli.model.rest | |
| org.wso2.apimgt.gateway.cli.model.rest.apim3x | |
| org.wso2.apimgt.gateway.cli.model.rest.policy |
| Modifier and Type | Method and Description |
|---|---|
String |
APIInfoBaseDTO.getApiDefinition()
Swagger definition of the APIDetailedDTO which contains details about URI templates and scopes.
|
String |
APIInfoBaseDTO.getAuthorizationHeader()
* The authorization header of the API.
|
String |
APIInfoBaseDTO.getContext()
A string that represents the context of the user's request.
|
APICorsConfigurationDTO |
APIInfoBaseDTO.getCorsConfiguration() |
Boolean |
APIInfoBaseDTO.getIsDefaultVersion() |
String |
APIInfoBaseDTO.getName()
Name of the APIDetailedDTO.
|
List<String> |
APIInfoBaseDTO.getTransport()
Supported transports for the APIDetailedDTO (http and/or https).
|
String |
APIInfoBaseDTO.getVersion()
The version of the APIDetailedDTO.
|
void |
APIInfoBaseDTO.setCacheTimeout(Integer cacheTimeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
Apim3xApiDto.getEndpointConfigStr() |
APIEndpointSecurityDTO |
Apim3xApiDto.getEndpointSecurity() |
String |
Apim3xApiDto.getResponseCaching() |
List<String> |
Apim3xApiDto.getTiers()
The subscription tiers selected for the particular APIDetailedDTO.
|
Apim3xApiDto.TypeEnum |
Apim3xApiDto.getType()
The transport to be set.
|
| Modifier and Type | Method and Description |
|---|---|
ThrottleLimitDTO |
ApplicationThrottlePolicyDTO.getDefaultLimit() |
ThrottleLimitDTO |
SubscriptionThrottlePolicyDTO.getDefaultLimit() |
String |
ThrottlePolicyDTO.getPolicyName()
Name of policy.
|
Boolean |
SubscriptionThrottlePolicyDTO.getStopOnQuotaReach()
This indicates the action to be taken when a user goes beyond the allocated quota.
|
Copyright © 2024 WSO2. All rights reserved.