Uses of Enum Class
io.dapr.v1.CommonProtos.HTTPExtension.Verb
-
Uses of CommonProtos.HTTPExtension.Verb in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.HTTPExtension.Verb.forNumber
(int value) CommonProtos.HTTPExtension.Builder.getVerb()
Required.CommonProtos.HTTPExtension.getVerb()
Required.CommonProtos.HTTPExtensionOrBuilder.getVerb()
Required.CommonProtos.HTTPExtension.Verb.valueOf
(int value) Deprecated.CommonProtos.HTTPExtension.Verb.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static CommonProtos.HTTPExtension.Verb[]
CommonProtos.HTTPExtension.Verb.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommonProtos.HTTPExtension.Verb>
CommonProtos.HTTPExtension.Verb.internalGetValueMap()
Modifier and TypeMethodDescriptionCommonProtos.HTTPExtension.Builder.setVerb
(CommonProtos.HTTPExtension.Verb value) Required.