public class DefaultAddApiParams extends DefaultUpdateApiParams implements AddApiParams, ApiVisibilityParams
| Constructor and Description |
|---|
DefaultAddApiParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContext() |
java.lang.String |
getInSequence() |
java.lang.String |
getOutSequence() |
int |
getResponseCacheTimeout() |
ApiSubscriptions |
getSubscriptions() |
java.util.List<java.lang.String> |
getTenants() |
boolean |
isDefaultVersion() |
boolean |
isResponseCacheEnabled() |
void |
setContext(java.lang.String context) |
void |
setDefaultVersion(boolean defaultVersion) |
void |
setInSequence(java.lang.String inSequence) |
void |
setOutSequence(java.lang.String outSequence) |
void |
setResponseCacheEnabled(boolean responseCacheEnabled) |
void |
setResponseCacheTimeout(int responseCacheTimeout) |
void |
setSubscriptions(ApiSubscriptions subscriptions) |
void |
setTenants(java.lang.String... tenants) |
getApiDescription, getEndpointConfig, getEndpointPassword, getEndpointType, getEndpointUsername, getRoles, getSwagger, getTags, getThumbnailImageUrl, getTiers, getVisibility, isHttpChecked, isHttpsChecked, setDescription, setEndpointConfig, setEndpointPassword, setEndpointType, setEndpointUsername, setHttpChecked, setHttpsChecked, setRoles, setRoles, setSwagger, setTags, setTags, setThumbnailImagePath, setTiers, setTiers, setVisibilitygetApiName, getApiVersion, getProvider, setApiName, setApiVersion, setProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApiName, getApiVersion, getProvidergetApiDescription, getEndpointConfig, getSwagger, getTags, getThumbnailImageUrl, getTiersgetRoles, getVisibilityisHttpChecked, isHttpsCheckedgetEndpointPassword, getEndpointType, getEndpointUsernamepublic java.lang.String getContext()
getContext in interface AddApiParamsgetContext in interface UpdateApiParamsgetContext in class DefaultUpdateApiParamspublic void setContext(java.lang.String context)
setContext in class DefaultUpdateApiParamspublic java.lang.String getInSequence()
getInSequence in interface SequenceParamspublic void setInSequence(java.lang.String inSequence)
public java.lang.String getOutSequence()
getOutSequence in interface SequenceParamspublic void setOutSequence(java.lang.String outSequence)
public boolean isDefaultVersion()
isDefaultVersion in interface AddApiParamspublic void setDefaultVersion(boolean defaultVersion)
public boolean isResponseCacheEnabled()
isResponseCacheEnabled in interface ResponseCacheParamspublic void setResponseCacheEnabled(boolean responseCacheEnabled)
public int getResponseCacheTimeout()
getResponseCacheTimeout in interface ResponseCacheParamspublic void setResponseCacheTimeout(int responseCacheTimeout)
public ApiSubscriptions getSubscriptions()
getSubscriptions in interface SubscriptionsParamspublic void setSubscriptions(ApiSubscriptions subscriptions)
public java.util.List<java.lang.String> getTenants()
getTenants in interface SubscriptionsParamspublic void setTenants(java.lang.String... tenants)