Uses of Enum Class
io.a2a.spec.Message.Role
Packages that use Message.Role
-
Uses of Message.Role in io.a2a.spec
Methods in io.a2a.spec that return Message.RoleModifier and TypeMethodDescriptionMessage.getRole()static Message.RoleReturns the enum constant of this class with the specified name.static Message.Role[]Message.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.a2a.spec with parameters of type Message.RoleConstructors in io.a2a.spec with parameters of type Message.RoleModifierConstructorDescriptionMessage(Message.Role role, List<Part<?>> parts, String messageId, String contextId, String taskId, List<String> referenceTaskIds, Map<String, Object> metadata) Message(Message.Role role, List<Part<?>> parts, String messageId, String contextId, String taskId, List<String> referenceTaskIds, Map<String, Object> metadata, String kind)