Uses of Class
com.adyen.model.checkout.CheckoutOutgoingForwardRequest.HttpMethodEnum
-
Packages that use CheckoutOutgoingForwardRequest.HttpMethodEnum Package Description com.adyen.model.checkout -
-
Uses of CheckoutOutgoingForwardRequest.HttpMethodEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutOutgoingForwardRequest.HttpMethodEnum Modifier and Type Method Description static CheckoutOutgoingForwardRequest.HttpMethodEnumCheckoutOutgoingForwardRequest.HttpMethodEnum. fromValue(String value)CheckoutOutgoingForwardRequest.HttpMethodEnumCheckoutOutgoingForwardRequest. getHttpMethod()The HTTP method to use for the request Adyen makes on your behalf to the third party.static CheckoutOutgoingForwardRequest.HttpMethodEnumCheckoutOutgoingForwardRequest.HttpMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutOutgoingForwardRequest.HttpMethodEnum[]CheckoutOutgoingForwardRequest.HttpMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type CheckoutOutgoingForwardRequest.HttpMethodEnum Modifier and Type Method Description CheckoutOutgoingForwardRequestCheckoutOutgoingForwardRequest. httpMethod(CheckoutOutgoingForwardRequest.HttpMethodEnum httpMethod)The HTTP method to use for the request Adyen makes on your behalf to the third party.voidCheckoutOutgoingForwardRequest. setHttpMethod(CheckoutOutgoingForwardRequest.HttpMethodEnum httpMethod)The HTTP method to use for the request Adyen makes on your behalf to the third party.
-