Uses of Class
org.wso2.am.integration.clients.internal.api.dto.SynapseAttributesDTO
-
Packages that use SynapseAttributesDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of SynapseAttributesDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return SynapseAttributesDTO Modifier and Type Method Description SynapseAttributesDTORetrievingSynapseArtifactsApi. 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 SynapseAttributesDTO Modifier and Type Method Description ApiResponse<SynapseAttributesDTO>RetrievingSynapseArtifactsApi. 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 SynapseAttributesDTO Modifier and Type Method Description com.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 Modifier and Type Method Description SynapseAttributesDTOSynapseAttributesDTO. addLabelsItem(String labelsItem)SynapseAttributesDTOSynapseAttributesDTO. apiId(String apiId)SynapseAttributesDTOSynapseAttributesDTO. count(Integer count)SynapseAttributesDTOSynapseAttributesDTO. labels(List<String> labels)
-