Uses of Class
io.dapr.client.DaprHttp.HttpMethods
Package | Description |
---|---|
io.dapr.client |
-
Uses of DaprHttp.HttpMethods in io.dapr.client
Methods in io.dapr.client that return DaprHttp.HttpMethods Modifier and Type Method Description DaprHttp.HttpMethods
HttpExtension. getMethod()
static DaprHttp.HttpMethods
DaprHttp.HttpMethods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DaprHttp.HttpMethods[]
DaprHttp.HttpMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.dapr.client with parameters of type DaprHttp.HttpMethods Constructor Description HttpExtension(DaprHttp.HttpMethods method, java.util.Map<java.lang.String,java.lang.String> queryString)
Construct a HttpExtension object.