Uses of Enum Class
dev.tachyonmcp.api.server.domain.Role
Packages that use Role
-
Uses of Role in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return RoleModifier and TypeMethodDescriptionstatic RoleParses a role from its wire string representation.PromptMessage.role()static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.tachyonmcp.api.server.domain that return types with arguments of type RoleModifier and TypeMethodDescriptionAnnotations.audience()Intended audience roles, ornullwhen unrestricted.Methods in dev.tachyonmcp.api.server.domain with parameters of type RoleModifier and TypeMethodDescriptiondefault Annotations.BuilderSets the intended audience.static PromptMessagePromptMessage.of(Role role, ContentBlock content) Method parameters in dev.tachyonmcp.api.server.domain with type arguments of type Role