A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessCode - org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
- Adapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum.Adapter
- addDefaultHeader(String, String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Add a default header.
- addEndpointsItem(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- addErrorItem(ErrorListItemDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- addKeysItem(ApplicationKeyMappingDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- addListItem(APIMetaDataDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- addListItem(ApplicationInfoDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- addListItem(SubscriptionDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- addLocalEntriesItem(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- addScopesItem(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- addSequencesItem(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- addSubscripitonsItem(SubscriptionInfoDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- addUrlMappingsItem(URLMappingDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- api(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- APIArtifactDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
APIArtifactDTO
- APIArtifactDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- ApiCallback<T> - Interface in org.wso2.am.integration.clients.gateway.api
-
Callback for asynchronous API call.
- ApiClient - Class in org.wso2.am.integration.clients.gateway.api
- ApiClient() - Constructor for class org.wso2.am.integration.clients.gateway.api.ApiClient
- ApiException - Exception in org.wso2.am.integration.clients.gateway.api
- ApiException() - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(int, String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(int, Map<String, List<String>>, String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- ApiException(Throwable) - Constructor for exception org.wso2.am.integration.clients.gateway.api.ApiException
- apiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- apiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- apiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- APIInfoDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
APIInfoDTO
- APIInfoDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- ApiKeyAuth - Class in org.wso2.am.integration.clients.gateway.api.auth
- ApiKeyAuth(String, String) - Constructor for class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- APIListDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
APIListDTO
- APIListDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- APIMetaDataDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
APIMetaDataDTO
- APIMetaDataDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- ApiResponse<T> - Class in org.wso2.am.integration.clients.gateway.api
-
API response returned by API call.
- ApiResponse(int, Map<String, List<String>>) - Constructor for class org.wso2.am.integration.clients.gateway.api.ApiResponse
- ApiResponse(int, Map<String, List<String>>, T) - Constructor for class org.wso2.am.integration.clients.gateway.api.ApiResponse
- apisApiIdGet(String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the subscription information of an api by providing the api uuid.
- apisApiIdGetAsync(String, String, ApiCallback<APIInfoDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the subscription information of an api by providing the api uuid.
- apisApiIdGetCall(String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Build call for apisApiIdGet
- apisApiIdGetWithHttpInfo(String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the subscription information of an api by providing the api uuid.
- apisGet(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the list of APIS by providing context and version.
- apisGetAsync(String, String, String, ApiCallback<APIListDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the list of APIS by providing context and version.
- apisGetCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Build call for apisGet
- apisGetWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
-
Get the list of APIS by providing context and version.
- apiType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- apiType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- apiUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- apiUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- appId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- application - org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
- application(ApplicationInfoDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- ApplicationInfoDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
ApplicationInfoDTO
- ApplicationInfoDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- ApplicationKeyMappingDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
ApplicationKeyMappingDTO
- ApplicationKeyMappingDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- ApplicationListDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
ApplicationListDTO
- ApplicationListDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- applicationsGet(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
-
Get the applications information by providing the application name or uuid.
- applicationsGetAsync(String, String, String, ApiCallback<ApplicationListDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
-
Get the applications information by providing the application name or uuid.
- applicationsGetCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
-
Build call for applicationsGet
- applicationsGetWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
-
Get the applications information by providing the application name or uuid.
- applyToParams(List<Pair>, Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in interface org.wso2.am.integration.clients.gateway.api.auth.Authentication
-
Apply authentication settings to header and query params.
- applyToParams(List<Pair>, Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- applyToParams(List<Pair>, Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.auth.OAuth
- attributes(Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- Authentication - Interface in org.wso2.am.integration.clients.gateway.api.auth
- authScheme(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
B
- buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Build HTTP call with the given options.
- buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Build an HTTP request with the given options.
- buildRequestBodyFormEncoding(Map<String, Object>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Build a form-encoding request body with the given form parameters.
- buildRequestBodyMultipart(Map<String, Object>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
- buildUrl(String, List<Pair>, List<Pair>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Build full URL by concatenating base path, the given sub path and query parameters.
- ByteArrayAdapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.ByteArrayAdapter
C
- code(Long) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- code(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- Configuration - Class in org.wso2.am.integration.clients.gateway.api
- Configuration() - Constructor for class org.wso2.am.integration.clients.gateway.api.Configuration
- consumerKey(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- containsIgnoreCase(String[], String) - Static method in class org.wso2.am.integration.clients.gateway.api.StringUtil
-
Check if the given array contains the given value (with case-insensitive comparison).
- contentLength() - Method in class org.wso2.am.integration.clients.gateway.api.ProgressRequestBody
- contentLength() - Method in class org.wso2.am.integration.clients.gateway.api.ProgressResponseBody
- contentType() - Method in class org.wso2.am.integration.clients.gateway.api.ProgressRequestBody
- contentType() - Method in class org.wso2.am.integration.clients.gateway.api.ProgressResponseBody
- context(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- context(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- count(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- count(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- count(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- createGson() - Static method in class org.wso2.am.integration.clients.gateway.api.JSON
D
- DateTypeAdapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.DateTypeAdapter
- DateTypeAdapter(DateFormat) - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.DateTypeAdapter
- DefaultApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- DefaultApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
- DefaultApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
- DeployApiApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- DeployApiApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
- DeployApiApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
- DEPLOYED - org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
- DeployResponseDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
DeployResponseDTO
- DeployResponseDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- DeployResponseDTO.DeployStatusEnum - Enum in org.wso2.am.integration.clients.gateway.api.v2.dto
-
This attribute declares whether deployment task is successfull or failed.
- DeployResponseDTO.DeployStatusEnum.Adapter - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
- deployStatus(DeployResponseDTO.DeployStatusEnum) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- description(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- deserialize(Response, Type) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Deserialize response body to Java object, according to the return type and the Content-Type response header.
- deserialize(String, Type) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
-
Deserialize the given JSON string to Java object.
- downloadFileFromResponse(Response) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Download file from the given response.
E
- endpoints(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- EndpointsDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
EndpointsDTO
- EndpointsDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- equals(Object) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- error(List<ErrorListItemDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- ERROR - org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
- ErrorDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
ErrorDTO
- ErrorDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- ErrorListItemDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
ErrorListItemDTO
- ErrorListItemDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- escapeString(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Escape the given string to be used as URL query value.
- execute(Call) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- execute(Call, Type) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Execute HTTP call and deserialize the HTTP response body into the given return type.
- executeAsync(Call, Type, ApiCallback<T>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Execute HTTP call asynchronously.
- executeAsync(Call, ApiCallback<T>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
F
- fromValue(String) - Static method in enum org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
G
- getAccessToken() - Method in class org.wso2.am.integration.clients.gateway.api.auth.OAuth
- getApi() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
-
API Artifact deployed in Gateway.
- getAPIArtifacts(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.
- getAPIArtifacts(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.
- GetApiArtifactsApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- GetApiArtifactsApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
- GetApiArtifactsApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
- getAPIArtifactsAsync(String, String, String, ApiCallback<APIArtifactDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.
- getAPIArtifactsAsync(String, String, String, ApiCallback<APIArtifactDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.
- getAPIArtifactsCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for getAPIArtifacts
- getAPIArtifactsCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Build call for getAPIArtifacts
- getAPIArtifactsWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.
- getAPIArtifactsWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
- getApiClient() - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
- getApiId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Get apiId
- getApiId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Get apiId
- getApiId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Get apiId
- GetApiInfoApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- GetApiInfoApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
- GetApiInfoApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
- getApiKey() - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- getApiKeyPrefix() - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- getApiType() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Type of the API.
- getApiType() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Type of the API.
- getApiUUID() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
UUID of API.
- getApiUUID() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
UUID of API.
- getAppId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Get appId
- getApplication() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
-
Get application
- GetApplicationInfoApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- GetApplicationInfoApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
- GetApplicationInfoApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
- getAttributes() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get attributes
- getAuthentication(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthScheme() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Get authScheme
- getBasePath() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get base path
- getCode() - Method in exception org.wso2.am.integration.clients.gateway.api.ApiException
-
Get the HTTP status code.
- getCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
-
Error code
- getCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
-
Error code
- getConnectTimeout() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get connection timeout (in milliseconds).
- getConsumerKey() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
-
Get consumerKey
- getContext() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Context of the API.
- getContext() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Context of the API.
- getCount() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
-
Number of APIs returned.
- getCount() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
-
Number of Applications returned.
- getCount() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
-
Number of Subscriptions returned.
- getData() - Method in class org.wso2.am.integration.clients.gateway.api.ApiResponse
- getDateFormat() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- getDefaultApiClient() - Static method in class org.wso2.am.integration.clients.gateway.api.Configuration
-
Get the default API client, which would be used when creating API instances without providing an API client.
- getDeployStatus() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
-
This attribute declares whether deployment task is successfull or failed.
- getDescription() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
-
A detail description about the error message.
- getEndpoints() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
-
The end points which has been deployed in the gateway
- getEndpoints(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get end-points from the storage for the API This operation is used to get the end-points from the storage.
- getEndpoints(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get end-points from the storage for the API This operation is used to get the end-points from the storage.
- getEndpointsAsync(String, String, String, ApiCallback<EndpointsDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.
- getEndpointsAsync(String, String, String, ApiCallback<EndpointsDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.
- getEndpointsCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for getEndpoints
- getEndpointsCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Build call for getEndpoints
- getEndpointsWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get end-points from the storage for the API This operation is used to get the end-points from the storage.
- getEndpointsWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get end-points from the storage for the API This operation is used to get the end-points from the storage.
- getError() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
-
If there are more than one error list them out.
- getGson() - Method in class org.wso2.am.integration.clients.gateway.api.JSON
-
Get Gson.
- getHeaders() - Method in class org.wso2.am.integration.clients.gateway.api.ApiResponse
- getHttpClient() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get HTTP client
- getHttpMethod() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Get httpMethod
- getId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get id
- getJSON() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get JSON
- getJsonPayload() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
-
Attributes that returned after the api deployment
- getKeyManager() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
-
Get keyManager
- getKeyManagers() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- getKeys() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get keys
- getKeyType() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
-
Get keyType
- getList() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
-
Get list
- getList() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
-
Get list
- getList() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
-
Get list
- getLocalEntries() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
-
The local entries which has been deployed in the gateway
- getLocalEntries(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocalEntries(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocalEntriesAsync(String, String, String, ApiCallback<LocalEntryDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocalEntriesAsync(String, String, String, ApiCallback<LocalEntryDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocalEntriesCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for getLocalEntries
- getLocalEntriesCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Build call for getLocalEntries
- getLocalEntriesWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocalEntriesWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
- getLocation() - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- getMessage() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
-
Error message.
- getMessage() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
-
Description about individual errors occurred
- getMoreInfo() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
-
Preferably an url with more details about the error.
- getName() - Method in class org.wso2.am.integration.clients.gateway.api.Pair
- getName() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Name of the API
- getName() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Name of the API
- getName() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get name
- getParamName() - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- getPassword() - Method in class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- getPolicy() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
API level throttling policy.
- getPolicy() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
API level throttling policy.
- getPolicy() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Application level throtting policy.
- getPolicyId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Get policyId
- getProvider() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
API Provider name.
- getProvider() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
API Provider name.
- getReadTimeout() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get read timeout (in milliseconds).
- getResponseBody() - Method in exception org.wso2.am.integration.clients.gateway.api.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception org.wso2.am.integration.clients.gateway.api.ApiException
-
Get the HTTP response headers.
- getScopes() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Get scopes
- getSequences() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
-
The sequences which has been deployed in the gateway
- getSequences(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get sequences from the storage This operation is used to get the API sequence from the storage.
- getSequences(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get sequences from the storage This operation is used to get the API sequence from the storage.
- getSequencesAsync(String, String, String, ApiCallback<SequencesDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.
- getSequencesAsync(String, String, String, ApiCallback<SequencesDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.
- getSequencesCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for getSequences
- getSequencesCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Build call for getSequences
- getSequencesWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Get sequences from the storage This operation is used to get the API sequence from the storage.
- getSequencesWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
-
Get sequences from the storage This operation is used to get the API sequence from the storage.
- getSslCaCert() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get SSL CA cert.
- getStatus() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Status of API.
- getStatus() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Status of API.
- getStatus() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
-
Get status
- getStatusCode() - Method in class org.wso2.am.integration.clients.gateway.api.ApiResponse
- getSubName() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get subName
- getSubscripitons() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Get subscripitons
- getSubscriptionId() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Get subscriptionId
- GetSubscriptionInfoApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- GetSubscriptionInfoApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
- GetSubscriptionInfoApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
- getSubscriptionPolicy() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
-
Get subscriptionPolicy
- getSubscriptions(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
-
Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.
- getSubscriptionsAsync(String, String, String, ApiCallback<SubscriptionListDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
-
Get Subscriptions stored in in-memory (asynchronously) This operation is used to get the Subscriptions from the storage.
- getSubscriptionsCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
-
Build call for getSubscriptions
- getSubscriptionState() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Get subscriptionState
- getSubscriptionsWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
-
Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.
- getSubscriptionUUID() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
-
Get subscriptionUUID
- getTempFolderPath() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints with file response.
- getThrottlingPolicy() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Get throttlingPolicy
- getTokenType() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
type of the token.
- getUrlMappings() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Get urlMappings
- getUrlPattern() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Get urlPattern
- getUsername() - Method in class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- getUuid() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
-
Get uuid
- getValue() - Method in class org.wso2.am.integration.clients.gateway.api.Pair
- getValue() - Method in enum org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
- getVersion() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Version of the API.
- getVersion() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Version of the API.
- getWriteTimeout() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Get write timeout (in milliseconds).
- guessContentTypeFromFile(File) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").
H
- handleResponse(Response, Type) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Handle the given response, return the deserialized object when the response is successful.
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- hashCode() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- HttpBasicAuth - Class in org.wso2.am.integration.clients.gateway.api.auth
- HttpBasicAuth() - Constructor for class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- httpMethod(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
I
- id(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- implicit - org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
- isDebugging() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Check that whether debugging is enabled for this API client.
- isDefaultVersion(Boolean) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- isDefaultVersion(Boolean) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- isIsDefaultVersion() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Whether this is the default version of the API.
- isIsDefaultVersion() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Whether this is the default version of the API.
- isJsonMime(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Check if the given MIME is a JSON MIME.
- isVerifyingSsl() - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
True if isVerifyingSsl flag is on
J
- join(String[], String) - Static method in class org.wso2.am.integration.clients.gateway.api.StringUtil
-
Join an array of strings with the given separator.
- JSON - Class in org.wso2.am.integration.clients.gateway.api
- JSON() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON
- JSON.ByteArrayAdapter - Class in org.wso2.am.integration.clients.gateway.api
-
Gson TypeAdapter for Byte Array type
- JSON.DateTypeAdapter - Class in org.wso2.am.integration.clients.gateway.api
-
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
- JSON.LocalDateTypeAdapter - Class in org.wso2.am.integration.clients.gateway.api
-
Gson TypeAdapter for JSR310 LocalDate type
- JSON.OffsetDateTimeTypeAdapter - Class in org.wso2.am.integration.clients.gateway.api
-
Gson TypeAdapter for JSR310 OffsetDateTime type
- JSON.SqlDateTypeAdapter - Class in org.wso2.am.integration.clients.gateway.api
-
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).
- jsonPayload(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
K
- keyManager(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- keys(List<ApplicationKeyMappingDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- keyType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
L
- list(List<APIMetaDataDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- list(List<ApplicationInfoDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- list(List<SubscriptionDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- LocalDateTypeAdapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.LocalDateTypeAdapter
- LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.LocalDateTypeAdapter
- localEntries(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- LocalEntryDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
LocalEntryDTO
- LocalEntryDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
M
- message(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- message(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- moreInfo(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
N
- name(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- name(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- name(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
O
- OAuth - Class in org.wso2.am.integration.clients.gateway.api.auth
- OAuth() - Constructor for class org.wso2.am.integration.clients.gateway.api.auth.OAuth
- OAuthFlow - Enum in org.wso2.am.integration.clients.gateway.api.auth
- OffsetDateTimeTypeAdapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.OffsetDateTimeTypeAdapter
- OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.OffsetDateTimeTypeAdapter
- onDownloadProgress(long, long, boolean) - Method in interface org.wso2.am.integration.clients.gateway.api.ApiCallback
-
This is called when the API downlond processing.
- onFailure(ApiException, int, Map<String, List<String>>) - Method in interface org.wso2.am.integration.clients.gateway.api.ApiCallback
-
This is called when the API call fails.
- onRequestProgress(long, long, boolean) - Method in interface org.wso2.am.integration.clients.gateway.api.ProgressRequestBody.ProgressRequestListener
- onSuccess(T, int, Map<String, List<String>>) - Method in interface org.wso2.am.integration.clients.gateway.api.ApiCallback
-
This is called when the API call succeeded.
- onUploadProgress(long, long, boolean) - Method in interface org.wso2.am.integration.clients.gateway.api.ApiCallback
-
This is called when the API upload processing.
- org.wso2.am.integration.clients.gateway.api - package org.wso2.am.integration.clients.gateway.api
- org.wso2.am.integration.clients.gateway.api.auth - package org.wso2.am.integration.clients.gateway.api.auth
- org.wso2.am.integration.clients.gateway.api.v2 - package org.wso2.am.integration.clients.gateway.api.v2
- org.wso2.am.integration.clients.gateway.api.v2.dto - package org.wso2.am.integration.clients.gateway.api.v2.dto
P
- Pair - Class in org.wso2.am.integration.clients.gateway.api
- Pair(String, String) - Constructor for class org.wso2.am.integration.clients.gateway.api.Pair
- parameterToPair(String, Object) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Formats the specified query parameter to a list containing a single
Pairobject. - parameterToPairs(String, String, Collection) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Formats the specified collection query parameters to a list of
Pairobjects. - parameterToString(Object) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Format the given parameter object into string.
- password - org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
- policy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- policy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- policy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- policyId(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- prepareDownloadFile(Response) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Prepare file for download
- processHeaderParams(Map<String, String>, Request.Builder) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set header parameters to the request builder, including default headers.
- ProgressRequestBody - Class in org.wso2.am.integration.clients.gateway.api
- ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class org.wso2.am.integration.clients.gateway.api.ProgressRequestBody
- ProgressRequestBody.ProgressRequestListener - Interface in org.wso2.am.integration.clients.gateway.api
- ProgressResponseBody - Class in org.wso2.am.integration.clients.gateway.api
- ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class org.wso2.am.integration.clients.gateway.api.ProgressResponseBody
- ProgressResponseBody.ProgressListener - Interface in org.wso2.am.integration.clients.gateway.api
- provider(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- provider(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- putAttributesItem(String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
R
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.ByteArrayAdapter
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.DateTypeAdapter
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.LocalDateTypeAdapter
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.OffsetDateTimeTypeAdapter
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.SqlDateTypeAdapter
- read(JsonReader) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum.Adapter
- redployAPI(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.
- redployAPI(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
-
Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.
- redployAPIAsync(String, String, String, ApiCallback<DeployResponseDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.
- redployAPIAsync(String, String, String, ApiCallback<DeployResponseDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
-
Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.
- redployAPICall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for redployAPI
- redployAPICall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
-
Build call for redployAPI
- redployAPIWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.
- redployAPIWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
-
Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.
S
- sanitizeFilename(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Sanitize filename by removing path.
- scopes(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- selectHeaderAccept(String[]) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
- sequences(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- SequencesDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
SequencesDTO
- SequencesDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- serialize(Object) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
-
Serialize the given Java object into JSON string.
- serialize(Object, String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Serialize the given Java object into request body according to the object's class and the request Content-Type.
- serverStartupHealthcheckGet() - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Health check to check if all the API are deployed during the server startup Health check to check if all the API are deployed during the server startup
- serverStartupHealthcheckGetAsync(ApiCallback<Void>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Health check to check if all the API are deployed during the server startup (asynchronously) Health check to check if all the API are deployed during the server startup
- serverStartupHealthcheckGetCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for serverStartupHealthcheckGet
- serverStartupHealthcheckGetWithHttpInfo() - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Health check to check if all the API are deployed during the server startup Health check to check if all the API are deployed during the server startup
- setAccessToken(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class org.wso2.am.integration.clients.gateway.api.auth.OAuth
- setApi(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DeployApiApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiArtifactsApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApiInfoApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
- setApiClient(ApiClient) - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
- setApiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setApiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setApiId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- setApiKey(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- setApiKeyPrefix(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class org.wso2.am.integration.clients.gateway.api.auth.ApiKeyAuth
- setApiType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setApiType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setApiUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setApiUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setAppId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- setApplication(ApplicationInfoDTO) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- setAttributes(Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setAuthScheme(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- setBasePath(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set base path
- setCode(Long) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- setCode(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- setConnectTimeout(int) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Sets the connect timeout (in milliseconds).
- setConsumerKey(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- setContext(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setContext(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setCount(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- setCount(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- setCount(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- setDateFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- setDateFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
- setDebugging(boolean) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class org.wso2.am.integration.clients.gateway.api.Configuration
-
Set the default API client, which would be used when creating API instances without providing an API client.
- setDeployStatus(DeployResponseDTO.DeployStatusEnum) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- setDescription(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- setEndpoints(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- setError(List<ErrorListItemDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- setFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.DateTypeAdapter
- setFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.SqlDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.LocalDateTypeAdapter
- setFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.OffsetDateTimeTypeAdapter
- setGson(Gson) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
-
Set Gson.
- setHttpClient(OkHttpClient) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set HTTP client
- setHttpMethod(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- setId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setIsDefaultVersion(Boolean) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setIsDefaultVersion(Boolean) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setJSON(JSON) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set JSON
- setJsonPayload(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- setKeyManager(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- setKeyManagers(KeyManager[]) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Configure client keys to use for authorization in an SSL session.
- setKeys(List<ApplicationKeyMappingDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setKeyType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- setLenientOnJson(boolean) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- setLenientOnJson(boolean) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
- setList(List<APIMetaDataDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- setList(List<ApplicationInfoDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- setList(List<SubscriptionDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- setLocalDateFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- setLocalDateFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
- setLocalEntries(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- setMessage(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- setMessage(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- setMoreInfo(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- setName(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setName(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setName(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- setOffsetDateTimeFormat(DateTimeFormatter) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
- setPassword(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- setPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setPolicyId(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- setProvider(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setProvider(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setReadTimeout(int) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Sets the read timeout (in milliseconds).
- setScopes(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- setSequences(List<String>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- setSqlDateFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
- setSqlDateFormat(DateFormat) - Method in class org.wso2.am.integration.clients.gateway.api.JSON
- setSslCaCert(InputStream) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setStatus(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setStatus(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setStatus(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- setSubName(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setSubscripitons(List<SubscriptionInfoDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setSubscriptionId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- setSubscriptionPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- setSubscriptionState(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- setSubscriptionUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- setTempFolderPath(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set the temporary folder path (for downloading files)
- setThrottlingPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- setTokenType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setUrlMappings(List<URLMappingDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setUrlPattern(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- setUserAgent(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class org.wso2.am.integration.clients.gateway.api.auth.HttpBasicAuth
- setUuid(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- setVerifyingSsl(boolean) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- setVersion(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- setVersion(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- setWriteTimeout(int) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Sets the write timeout (in milliseconds).
- source() - Method in class org.wso2.am.integration.clients.gateway.api.ProgressResponseBody
- SqlDateTypeAdapter() - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.SqlDateTypeAdapter
- SqlDateTypeAdapter(DateFormat) - Constructor for class org.wso2.am.integration.clients.gateway.api.JSON.SqlDateTypeAdapter
- status(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- status(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- status(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- StringUtil - Class in org.wso2.am.integration.clients.gateway.api
- StringUtil() - Constructor for class org.wso2.am.integration.clients.gateway.api.StringUtil
- subName(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- subscripitons(List<SubscriptionInfoDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- SubscriptionDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
SubscriptionDTO
- SubscriptionDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- subscriptionId(Integer) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- SubscriptionInfoDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
SubscriptionInfoDTO
- SubscriptionInfoDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- SubscriptionListDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
SubscriptionListDTO
- SubscriptionListDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- subscriptionPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- SubscriptionsApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- SubscriptionsApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
- SubscriptionsApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.SubscriptionsApi
- subscriptionsGet(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
-
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
- subscriptionsGetAsync(String, String, String, ApiCallback<SubscriptionDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
-
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
- subscriptionsGetCall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
-
Build call for subscriptionsGet
- subscriptionsGetWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.GetSubscriptionInfoApi
-
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
- subscriptionState(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- subscriptionUUID(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
T
- throttlingPolicy(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- tokenType(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIArtifactDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationKeyMappingDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
- toString() - Method in enum org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ErrorListItemDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.LocalEntryDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionInfoDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
- toString() - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
U
- undeployAPI(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.
- undeployAPI(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
-
Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.
- UndeployApiApi - Class in org.wso2.am.integration.clients.gateway.api.v2
- UndeployApiApi() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
- UndeployApiApi(ApiClient) - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
- undeployAPIAsync(String, String, String, ApiCallback<DeployResponseDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.
- undeployAPIAsync(String, String, String, ApiCallback<DeployResponseDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
-
Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.
- undeployAPICall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Build call for undeployAPI
- undeployAPICall(String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
-
Build call for undeployAPI
- undeployAPIWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.DefaultApi
-
Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.
- undeployAPIWithHttpInfo(String, String, String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.UndeployApiApi
-
Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.
- UNDEPLOYED - org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
- update(long, long, boolean) - Method in interface org.wso2.am.integration.clients.gateway.api.ProgressResponseBody.ProgressListener
- updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class org.wso2.am.integration.clients.gateway.api.ApiClient
-
Update query and header parameters based on authentication settings.
- URLMappingDTO - Class in org.wso2.am.integration.clients.gateway.api.v2.dto
-
URLMappingDTO
- URLMappingDTO() - Constructor for class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- urlMappings(List<URLMappingDTO>) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- urlPattern(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
- uuid(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
V
- valueOf(String) - Static method in enum org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wso2.am.integration.clients.gateway.api.auth.OAuthFlow
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
- version(String) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
W
- write(JsonWriter, byte[]) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.ByteArrayAdapter
- write(JsonWriter, Date) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.SqlDateTypeAdapter
- write(JsonWriter, LocalDate) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.LocalDateTypeAdapter
- write(JsonWriter, OffsetDateTime) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.OffsetDateTimeTypeAdapter
- write(JsonWriter, Date) - Method in class org.wso2.am.integration.clients.gateway.api.JSON.DateTypeAdapter
- write(JsonWriter, DeployResponseDTO.DeployStatusEnum) - Method in class org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum.Adapter
- writeTo(BufferedSink) - Method in class org.wso2.am.integration.clients.gateway.api.ProgressRequestBody
All Classes All Packages