Package com.nexmo.client.common
Class Webhook
- java.lang.Object
-
- com.nexmo.client.common.Webhook
-
public class Webhook extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhook.Type
-
Constructor Summary
Constructors Constructor Description Webhook(java.lang.String address, HttpMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddress()HttpMethodgetMethod()
-
-
-
Constructor Detail
-
Webhook
public Webhook(java.lang.String address, HttpMethod method)
-
-
Method Detail
-
getAddress
public java.lang.String getAddress()
-
getMethod
public HttpMethod getMethod()
-
-