public static enum McpSchema.CreateMessageRequest.ContextInclusionStrategy extends Enum<McpSchema.CreateMessageRequest.ContextInclusionStrategy>
| Enum Constant and Description |
|---|
ALL_SERVERS |
NONE |
THIS_SERVER |
| Modifier and Type | Method and Description |
|---|---|
static McpSchema.CreateMessageRequest.ContextInclusionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McpSchema.CreateMessageRequest.ContextInclusionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McpSchema.CreateMessageRequest.ContextInclusionStrategy NONE
public static final McpSchema.CreateMessageRequest.ContextInclusionStrategy THIS_SERVER
public static final McpSchema.CreateMessageRequest.ContextInclusionStrategy ALL_SERVERS
public static McpSchema.CreateMessageRequest.ContextInclusionStrategy[] values()
for (McpSchema.CreateMessageRequest.ContextInclusionStrategy c : McpSchema.CreateMessageRequest.ContextInclusionStrategy.values()) System.out.println(c);
public static McpSchema.CreateMessageRequest.ContextInclusionStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.