Package vn.payos.core
Class FinalRequestOptions<T>
java.lang.Object
vn.payos.core.FinalRequestOptions<T>
FinalRequestOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHTTPMethodstatic enumRequestSigningstatic enumResponseSigningstatic classSignatureOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> FinalRequestOptions<T>fromRequestOptions(FinalRequestOptions.HTTPMethod method, String path, RequestOptions<T> options) Create from RequestOptionsvoidSet headervoidSet query
-
Constructor Details
-
FinalRequestOptions
public FinalRequestOptions()
-
-
Method Details
-
fromRequestOptions
public static <T> FinalRequestOptions<T> fromRequestOptions(FinalRequestOptions.HTTPMethod method, String path, RequestOptions<T> options) Create from RequestOptions- Type Parameters:
T- Request body type- Parameters:
method- methodpath- pathoptions- options- Returns:
- FinalRequestOptions
-
setHeader
Set header- Parameters:
key- keyvalue- value
-
setQuery
Set query- Parameters:
key- keyvalue- value
-