Uses of Class
dev.vality.swag_webhook_events.model.BrowserHTTPInfo.RequestTypeEnum
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of BrowserHTTPInfo.RequestTypeEnum in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return BrowserHTTPInfo.RequestTypeEnum Modifier and Type Method Description static BrowserHTTPInfo.RequestTypeEnumBrowserHTTPInfo.RequestTypeEnum. fromValue(String value)@NotNull BrowserHTTPInfo.RequestTypeEnumBrowserHTTPInfo. getRequestType()Type of http requeststatic BrowserHTTPInfo.RequestTypeEnumBrowserHTTPInfo.RequestTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserHTTPInfo.RequestTypeEnum[]BrowserHTTPInfo.RequestTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag_webhook_events.model with parameters of type BrowserHTTPInfo.RequestTypeEnum Modifier and Type Method Description BrowserHTTPInfoBrowserHTTPInfo. requestType(BrowserHTTPInfo.RequestTypeEnum requestType)voidBrowserHTTPInfo. setRequestType(BrowserHTTPInfo.RequestTypeEnum requestType)