public class APICreationRequestBean extends AbstractRequest
action| Constructor and Description |
|---|
APICreationRequestBean(String apiName,
String context,
String version,
String provider)
constructor of the APICreationRequestBean class with default endpoint
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
ArrayList<String> productionEndpoints)
constructor of the APICreationRequestBean class
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
List<String> productionEndpoints,
List<String> sandboxEndpoints)
constructor of the APICreationRequestBean class
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
String apiTier,
String resourceTier,
URL endpointUrl)
constructor of the APICreationRequestBean class only with production url
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
URL endpointUrl)
constructor of the APICreationRequestBean class only with production url
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
URL endpointUrl,
List<APIResourceBean> resourceBeans)
constructor of the APICreationRequestBean class only with production url
|
APICreationRequestBean(String apiName,
String context,
String version,
String provider,
URL endpointUrl,
URL sandboxUrl)
constructor of the APICreationRequestBean class with production url & sand box url
|
addParameter, generateRequestParameters, generateRequestParameterspublic APICreationRequestBean(String apiName, String context, String version, String provider, String apiTier, String resourceTier, URL endpointUrl) throws APIManagerIntegrationTestException
apiName - - Name of the APicontext - - API contextversion - - API versionprovider - - Api ProviderapiTier - - Api TierresourceTier- - Resource TierendpointUrl - - Endpoint URL of the APIAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic APICreationRequestBean(String apiName, String context, String version, String provider, URL endpointUrl) throws APIManagerIntegrationTestException
apiName - - Name of the APicontext - - API contextversion - - API versionendpointUrl - - Endpoint URL of the APIAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic APICreationRequestBean(String apiName, String context, String version, String provider, URL endpointUrl, List<APIResourceBean> resourceBeans) throws APIManagerIntegrationTestException
apiName - - Name of the APicontext - - API contextversion - - API versionendpointUrl - - Endpoint URL of the APIresourceBeans - - Resource listAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic APICreationRequestBean(String apiName, String context, String version, String provider, ArrayList<String> productionEndpoints) throws APIManagerIntegrationTestException
apiName - - Name of the APIcontext - - API Contextversion - - API versionprovider - - API providerproductionEndpoints - - Load Balanced Production Endpoints ArrayAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic APICreationRequestBean(String apiName, String context, String version, String provider, URL endpointUrl, URL sandboxUrl) throws APIManagerIntegrationTestException
apiName - - Name of the APicontext - - API contextversion - - API versionendpointUrl - - Production Endpoint URL of the APIsandboxUrl - - Sandbox Endpoint URL of the APIAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic APICreationRequestBean(String apiName, String context, String version, String provider, List<String> productionEndpoints, List<String> sandboxEndpoints) throws APIManagerIntegrationTestException
apiName - - Name of the APIcontext - - API Contextversion - - API Versionprovider - - API providerproductionEndpoints - - Load balanced Production Endpoints ArraysandboxEndpoints - - Load balanced Sandbox Endpoints ArrayAPIManagerIntegrationTestExceptionpublic APICreationRequestBean(String apiName, String context, String version, String provider) throws APIManagerIntegrationTestException
apiName - - Name of the APicontext - - API contextversion - - API versionAPIManagerIntegrationTestException - - Exception throws when constructing the end point url JSONpublic void setMutualSSLChecked(String mutualSSLChecked)
mutualSSLChecked - Parameter to specify whether mutual ssl enabled.public void setOauth2Checked(String oauth2Checked)
public String getEnvironment()
public void setEnvironment(String environment)
public void setName(String name)
public void setContext(String context)
public org.json.JSONObject getEndpoint()
public void setEndpoint(org.json.JSONObject endpoint)
public void setDefaultVersion(String defaultVersion)
public String getBizOwner()
public void setBizOwner(String bizOwner)
public String getBizOwnerMail()
public void setBizOwnerMail(String bizOwnerMail)
public String getTechOwner()
public void setTechOwner(String techOwner)
public String getTechOwnerMail()
public void setTechOwnerMail(String techOwnerMail)
public void setAction()
setAction in class AbstractRequestpublic void setAction(String action)
setAction in class AbstractRequestpublic String getDestinationStats()
public void setDestinationStats(String destinationStats)
public void init()
init in class AbstractRequestpublic String getEpUsername()
public void setEpUsername(String epUsername)
public String getEpPassword()
public void setEpPassword(String epPassword)
public List<APIResourceBean> getResourceBeanList()
public void setResourceBeanList(List<APIResourceBean> resourceBeanList)
public String getSandbox()
public void setSandbox(String sandbox)
public String getRoles()
public void setRoles(String roles)
public String getWsdl()
public void setWsdl(String wsdl)
public String getProvider()
public void setProvider(String provider)
public String getName()
public org.json.JSONObject getEndpointConfig()
public String getContext()
public String getVisibility()
public void setVisibility(String visibility)
public String getVersion()
public void setVersion(String version)
public String getDescription()
public void setDescription(String description)
public String getEndpointType()
public void setEndpointType(String endpointType)
public String getEndpointAuthType()
public void setEndpointAuthType(String endpointAuthType)
public String getHttpChecked()
public void setHttpChecked(String httpChecked)
public String getHttpsChecked()
public void setHttpsChecked(String httpsChecked)
public String getTags()
public void setTags(String tags)
public String getTier()
public void setTier(String tier)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public String getTiersCollection()
public void setTiersCollection(String tiersCollection)
public String getType()
public void setType(String type)
public String getResourceCount()
public void setResourceCount(String resourceCount)
public String getDefaultVersion()
public void setDefault_version(String defaultVersion)
public String getDefaultVersionChecked()
public void setDefaultVersionChecked(String defaultVersionChecked)
public String getInSequence()
public void setInSequence(String inSequence)
public String getOutSequence()
public void setOutSequence(String outSequence)
public String getFaultSequence()
public void setFaultSequence(String faultSequence)
public org.json.JSONObject getCorsConfiguration()
public void setCorsConfiguration(org.json.JSONObject corsConfiguration)
public String getSwagger()
public void setSwagger(String swagger)
public String getSubPolicyCollection()
public void setSubPolicyCollection(String subPolicyCollection)
public String getProductionTps()
public void setProductionTps(String productionTps)
public URL getEndpointUrl()
public void setEndpointUrl(URL endpointUrl)
Copyright © 2020 WSO2 Inc. All rights reserved.