Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerOperationDTO.FeatureEnum
Packages that use MCPServerOperationDTO.FeatureEnum
-
Uses of MCPServerOperationDTO.FeatureEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerOperationDTO.FeatureEnumModifier and TypeMethodDescriptionMCPServerOperationDTO.getFeature()Operation type for MCP Server (e.g., TOOL)MCPServerOperationDTO.FeatureEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static MCPServerOperationDTO.FeatureEnum[]MCPServerOperationDTO.FeatureEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type MCPServerOperationDTO.FeatureEnumModifier and TypeMethodDescriptionMCPServerOperationDTO.feature(MCPServerOperationDTO.FeatureEnum feature) voidMCPServerOperationDTO.setFeature(MCPServerOperationDTO.FeatureEnum feature) voidMCPServerOperationDTO.FeatureEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, MCPServerOperationDTO.FeatureEnum enumeration)