Class WebhookReceiversClient
- java.lang.Object
-
- com.merge.api.resources.crm.webhookreceivers.WebhookReceiversClient
-
public class WebhookReceiversClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description WebhookReceiversClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookReceivercreate(WebhookReceiverRequest request)Creates aWebhookReceiverobject with the given values.WebhookReceivercreate(WebhookReceiverRequest request, RequestOptions requestOptions)Creates aWebhookReceiverobject with the given values.java.util.List<WebhookReceiver>list()Returns a list ofWebhookReceiverobjects.java.util.List<WebhookReceiver>list(RequestOptions requestOptions)Returns a list ofWebhookReceiverobjects.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
WebhookReceiversClient
public WebhookReceiversClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public java.util.List<WebhookReceiver> list()
Returns a list ofWebhookReceiverobjects.
-
list
public java.util.List<WebhookReceiver> list(RequestOptions requestOptions)
Returns a list ofWebhookReceiverobjects.
-
create
public WebhookReceiver create(WebhookReceiverRequest request)
Creates aWebhookReceiverobject with the given values.
-
create
public WebhookReceiver create(WebhookReceiverRequest request, RequestOptions requestOptions)
Creates aWebhookReceiverobject with the given values.
-
-