Uses of Enum Class
org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
Packages that use APIKeySecurityScheme.Location
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of APIKeySecurityScheme.Location in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper with parameters of type APIKeySecurityScheme.LocationModifier and TypeMethodDescriptiondefault StringA2AProtoMapperConfig.map(APIKeySecurityScheme.Location location) -
Uses of APIKeySecurityScheme.Location in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.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 org.a2aproject.sdk.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 org.a2aproject.sdk.spec with parameters of type APIKeySecurityScheme.LocationModifierConstructorDescriptionAPIKeySecurityScheme(APIKeySecurityScheme.Location location, String name, @Nullable String description) Compact constructor with validation.