Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
Packages that use SequencesDTO
Package
Description
-
Uses of SequencesDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SequencesDTOModifier and TypeMethodDescriptionDefaultApi.getSequences(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.GetApiArtifactsApi.getSequences(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type SequencesDTOModifier and TypeMethodDescriptionDefaultApi.getSequencesWithHttpInfo(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.GetApiArtifactsApi.getSequencesWithHttpInfo(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type SequencesDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallDefaultApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage. -
Uses of SequencesDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return SequencesDTO