public class ExtendedAPI extends APIDetailedDTO
APIDetailedDTO.AccessControlEnum, APIDetailedDTO.SubscriptionAvailabilityEnum, APIDetailedDTO.TypeEnum, APIDetailedDTO.VisibilityEnum| Constructor and Description |
|---|
ExtendedAPI() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurity |
getApplicationSecurity() |
MgwEndpointConfigDTO |
getEndpointConfigRepresentation() |
String |
getMgwApiScope() |
String |
getMgwApiSecurity() |
String |
getMutualSSL() |
String |
getSpecificBasepath() |
boolean |
isGrpc() |
void |
setApplicationSecurity(ApplicationSecurity applicationSecurity) |
void |
setEndpointConfigRepresentation(MgwEndpointConfigDTO endpointConfigRepresentation) |
void |
setGrpc(boolean grpc) |
void |
setMgwApiScope(String mgwApiScope) |
void |
setMgwApiSecurity(String mgwApiSecurity) |
void |
setMutualSSL(String mutualSSL) |
void |
setSpecificBasepath(String specificBasepath) |
getAccessControl, getAccessControlRoles, getAdditionalProperties, getApiDefinition, getApiLevelPolicy, getApiSecurity, getApiSwagger, getAuthorizationHeader, getBusinessInformation, getCacheTimeout, getCorsConfiguration, getDestinationStatsEnabled, getEndpointConfig, getEndpointSecurity, getGatewayEnvironments, getIsDefaultVersion, getLabels, getMaxTps, getProvider, getResponseCaching, getSequences, getSubscriptionAvailability, getSubscriptionAvailableTenants, getTags, getTiers, getTransport, getType, getVisibility, getVisibleRoles, getVisibleTenants, getWsdlUri, setAccessControl, setAccessControlRoles, setAdditionalProperties, setApiDefinition, setApiLevelPolicy, setApiSecurity, setApiSwagger, setAuthorizationHeader, setBusinessInformation, setCacheTimeout, setCorsConfiguration, setDestinationStatsEnabled, setEndpointConfig, setEndpointSecurity, setGatewayEnvironments, setIsDefaultVersion, setLabels, setMaxTps, setProvider, setResponseCaching, setSequences, setSubscriptionAvailability, setSubscriptionAvailableTenants, setTags, setTiers, setTransport, setType, setVisibility, setVisibleRoles, setVisibleTenants, setWsdlUrigetContext, getDescription, getId, getName, getStatus, getThumbnailUri, getVersion, setContext, setDescription, setId, setName, setStatus, setThumbnailUri, setVersionpublic MgwEndpointConfigDTO getEndpointConfigRepresentation()
public void setEndpointConfigRepresentation(MgwEndpointConfigDTO endpointConfigRepresentation)
public String getSpecificBasepath()
public void setSpecificBasepath(String specificBasepath)
public String getMgwApiSecurity()
public void setMgwApiSecurity(String mgwApiSecurity)
public void setMgwApiScope(String mgwApiScope)
public String getMgwApiScope()
public boolean isGrpc()
public void setGrpc(boolean grpc)
public void setApplicationSecurity(ApplicationSecurity applicationSecurity)
public ApplicationSecurity getApplicationSecurity()
public String getMutualSSL()
public void setMutualSSL(String mutualSSL)
Copyright © 2021 WSO2. All rights reserved.