Uses of Enum Class
io.a2a.spec.APIKeySecurityScheme.Location
Packages that use APIKeySecurityScheme.Location
-
Uses of APIKeySecurityScheme.Location in io.a2a.spec
Methods in io.a2a.spec that return APIKeySecurityScheme.LocationModifier and TypeMethodDescriptionAPIKeySecurityScheme.Location.fromString(String location) Converts a string to a Location enum value.APIKeySecurityScheme.location()Returns the value of thelocationrecord component.Returns the enum constant of this class with the specified name.static APIKeySecurityScheme.Location[]APIKeySecurityScheme.Location.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 APIKeySecurityScheme.LocationModifier and TypeMethodDescriptionAPIKeySecurityScheme.Builder.location(APIKeySecurityScheme.Location location) Sets the location where the API key should be sent.Constructors in io.a2a.spec with parameters of type APIKeySecurityScheme.LocationModifierConstructorDescriptionAPIKeySecurityScheme(APIKeySecurityScheme.Location location, String name, @Nullable String description) Compact constructor with validation.