-
public final class WebhookTestRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWebhookTestRequest.MethodValues: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
-
Constructor Summary
Constructors Constructor Description WebhookTestRequest(String url, WebhookTestRequest.Method method, Map<String, String> headers, String payload)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final WebhookTestRequest.MethodgetMethod()final Map<String, String>getHeaders()final StringgetPayload()-
-
Method Detail
-
getMethod
final WebhookTestRequest.Method getMethod()
-
getHeaders
final Map<String, String> getHeaders()
-
getPayload
final String getPayload()
-
-
-
-