Uses of Class
org.wso2.am.integration.clients.internal.api.dto.SynapseAttributesDTO
Packages that use SynapseAttributesDTO
Package
Description
-
Uses of SynapseAttributesDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return SynapseAttributesDTOModifier and TypeMethodDescriptionRetrievingSynapseArtifactsApi.synapseAttributesGet(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type SynapseAttributesDTOModifier and TypeMethodDescriptionRetrievingSynapseArtifactsApi.synapseAttributesGetWithHttpInfo(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type SynapseAttributesDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallRetrievingSynapseArtifactsApi.synapseAttributesGetAsync(String apiName, String tenantDomain, String version, ApiCallback<SynapseAttributesDTO> callback) Get API UUID and label associated with it (asynchronously) This will provide access to synapse artifacts in database. -
Uses of SynapseAttributesDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return SynapseAttributesDTO