public static class WebhooksManager.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected NetworkSession |
networkSession |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebhooksManager.Builder |
auth(Authentication auth) |
WebhooksManager |
build() |
WebhooksManager.Builder |
networkSession(NetworkSession networkSession) |
protected Authentication auth
protected NetworkSession networkSession
public Builder()
public WebhooksManager.Builder auth(Authentication auth)
public WebhooksManager.Builder networkSession(NetworkSession networkSession)
public WebhooksManager build()