| Class | Description |
|---|---|
| AbstractRequest | |
| AddDocumentRequestBean |
Bean class to contain the Information needed to create a document.
|
| APIBean | |
| APICreationRequestBean |
Bean class to contain the Information needed to create and update process of a API.
|
| APIDesignBean |
Bean class to contain the information needed to create an API up to design level.
|
| APIImplementationBean |
Bean class to contain the information needed to Implement the already Designed API
|
| APILifeCycleStateRequest |
action=updateStatus&name=YoutubeFeeds&version=1.0.0&provider=provider1&status=PUBLISHED&publishToGateway=true
|
| APIMURLBean |
this class creates basic URLs that needs to be used
Do not hard code any web app names in this class, construct them outside
make sure you have enabled nonBlockingTransportEnabled="true" in product group instance
at automation.xml
|
| APIRequest |
Class to Provides basic API request.
|
| APIResourceBean |
Bean class to contain the HTTP API resource information.
|
| APIThrottlingTierRequest |
Basic request bean for adding/editing throttling tier
action=addTier&tierName=Platinum&requestCount=30&unitTime=60&description=Platinum&stopOnQuotaReach=true&tierPlan=FREE
&attributes={}
|
| APPKeyRequestGenerator |
Generate application key request
action=generateApplicationKey&application=DefaultApplication&keytype=PRODUCTION&callbackUrl=&authorizedDomains=ALL&validityTime=360000
|
| ApplicationKeyBean |
Bean class to contain the Application key information.
|
| ClientCertificateCreationBean |
This is request bean for uploading client certificate.
|
| DCRParamRequest | |
| EndpointBean |
Bean class used to represent Endpoint
|
| ProductionEndpointBean |
This bean class is used to represent production endpoint
|
| SubscriptionRequest |
Basic request for subscribe to API
action=addAPISubscription&name=apiName&version=1.0.0&provider=provider&tier=Gold&applicationName=DefaultApplication
|
| Enum | Description |
|---|---|
| APILifeCycleAction | |
| APILifeCycleState |
API life cycle state used too update API's in test cases
|
| APIThrottlingTier |
This class provide the available throttling tiers
|
Copyright © 2020 WSO2 Inc. All rights reserved.