public class WebhookUrl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
applicationManaged |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected CreationEntityState |
state |
protected String |
url |
protected Integer |
version |
| Constructor and Description |
|---|
WebhookUrl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName()
The name used to identify the webhook URL.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
CreationEntityState |
getState()
The object's current state.
|
String |
getUrl()
The actual URL where notifications about entity changes are sent to.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isApplicationManaged()
Whether the webhook URL is managed by the application, and therefore cannot be changed via the user interface.
|
String |
toString() |
protected Boolean applicationManaged
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected CreationEntityState state
protected String url
protected Integer version
public Boolean isApplicationManaged()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public CreationEntityState getState()
public String getUrl()
public Integer getVersion()
Copyright © 2024. All rights reserved.