Uses of Enum
vn.payos.core.FinalRequestOptions.HTTPMethod
Packages that use FinalRequestOptions.HTTPMethod
-
Uses of FinalRequestOptions.HTTPMethod in vn.payos.core
Methods in vn.payos.core that return FinalRequestOptions.HTTPMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FinalRequestOptions.HTTPMethod[]FinalRequestOptions.HTTPMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in vn.payos.core with parameters of type FinalRequestOptions.HTTPMethodModifier and TypeMethodDescriptionprotected okhttp3.RequestClient.buildRequest(FinalRequestOptions.HTTPMethod method, String url, String body, Map<String, String> headers) Build requeststatic <T> FinalRequestOptions<T>FinalRequestOptions.fromRequestOptions(FinalRequestOptions.HTTPMethod method, String path, RequestOptions<T> options) Create from RequestOptions