Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SequencesDTO
-
Packages that use SequencesDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of SequencesDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SequencesDTO Modifier and Type Method Description SequencesDTODefaultApi. getSequences(String apiName, String version, String tenantDomain)Get sequences from the storage This operation is used to get the API sequence from the storage.SequencesDTOGetApiArtifactsApi. 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 SequencesDTO Modifier and Type Method Description ApiResponse<SequencesDTO>DefaultApi. getSequencesWithHttpInfo(String apiName, String version, String tenantDomain)Get sequences from the storage This operation is used to get the API sequence from the storage.ApiResponse<SequencesDTO>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 SequencesDTO Modifier and Type Method Description com.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 Modifier and Type Method Description SequencesDTOSequencesDTO. addSequencesItem(String sequencesItem)SequencesDTOSequencesDTO. sequences(List<String> sequences)
-