public class WebhookListenerCreate extends AbstractWebhookListenerUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
entity |
protected Long |
identity |
protected Long |
url |
enablePayloadSignatureAndState, entityStates, name, notifyEveryChange, state| Constructor and Description |
|---|
WebhookListenerCreate() |
| Modifier and Type | Method and Description |
|---|---|
WebhookListenerCreate |
entity(Long entity) |
boolean |
equals(Object o) |
Long |
getEntity()
The entity that is to be monitored.
|
Long |
getIdentity()
The identity used to sign messages.
|
Long |
getUrl()
The URL where notifications about entity changes are sent to.
|
int |
hashCode() |
WebhookListenerCreate |
identity(Long identity) |
void |
setEntity(Long entity) |
void |
setIdentity(Long identity) |
void |
setUrl(Long url) |
String |
toString() |
WebhookListenerCreate |
url(Long url) |
addEntityStatesItem, enablePayloadSignatureAndState, entityStates, getEntityStates, getName, getState, isEnablePayloadSignatureAndState, isNotifyEveryChange, name, notifyEveryChange, setEnablePayloadSignatureAndState, setEntityStates, setName, setNotifyEveryChange, setState, statepublic WebhookListenerCreate entity(Long entity)
public Long getEntity()
public void setEntity(Long entity)
public WebhookListenerCreate identity(Long identity)
public Long getIdentity()
public void setIdentity(Long identity)
public WebhookListenerCreate url(Long url)
public Long getUrl()
public void setUrl(Long url)
public boolean equals(Object o)
equals in class AbstractWebhookListenerUpdatepublic int hashCode()
hashCode in class AbstractWebhookListenerUpdatepublic String toString()
toString in class AbstractWebhookListenerUpdateCopyright © 2024. All rights reserved.