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()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getName()
The URL name is used internally to identify the URL in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
CreationEntityState |
getState() |
String |
getUrl()
The URL to which the HTTP requests are sent to.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isApplicationManaged()
The webhook URL is managed by the application and 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 © 2022. All rights reserved.