Uses of Class
io.smallrye.graphql.client.typesafe.api.AuthorizationHeader.Type
-
Packages that use AuthorizationHeader.Type Package Description io.smallrye.graphql.client.typesafe.api -
-
Uses of AuthorizationHeader.Type in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return AuthorizationHeader.Type Modifier and Type Method Description AuthorizationHeader.Typetype()The first word of theAuthorizationheader value, i.e.static AuthorizationHeader.TypeAuthorizationHeader.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationHeader.Type[]AuthorizationHeader.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-