Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerDTO.AccessControlEnum
Packages that use MCPServerDTO.AccessControlEnum
-
Uses of MCPServerDTO.AccessControlEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerDTO.AccessControlEnumModifier and TypeMethodDescriptionMCPServerDTO.getAccessControl()Is the MCP server restricted to certain publishers or creators or is it visible to all publishers and creators.MCPServerDTO.AccessControlEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static MCPServerDTO.AccessControlEnum[]MCPServerDTO.AccessControlEnum.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 MCPServerDTO.AccessControlEnumModifier and TypeMethodDescriptionMCPServerDTO.accessControl(MCPServerDTO.AccessControlEnum accessControl) voidMCPServerDTO.setAccessControl(MCPServerDTO.AccessControlEnum accessControl) voidMCPServerDTO.AccessControlEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, MCPServerDTO.AccessControlEnum enumeration)