-
public final class WebhookProjectionRepresentation of a webhook
-
-
Constructor Summary
Constructors Constructor Description WebhookProjection(OffsetDateTime createdAt, UUID id, UUID inboxId, OffsetDateTime updatedAt, String url, String name)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final UUIDgetId()final UUIDgetInboxId()final OffsetDateTimegetUpdatedAt()final StringgetUrl()final StringgetName()-
-
Constructor Detail
-
WebhookProjection
WebhookProjection(OffsetDateTime createdAt, UUID id, UUID inboxId, OffsetDateTime updatedAt, String url, String name)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getInboxId
final UUID getInboxId()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
-
-
-