| Package | Description |
|---|---|
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
WebhookProjection |
WebhookProjection.createdAt(OffsetDateTime createdAt) |
WebhookProjection |
WebhookProjection.id(UUID id) |
WebhookProjection |
WebhookProjection.inboxId(UUID inboxId) |
WebhookProjection |
WebhookProjection.name(String name) |
WebhookProjection |
WebhookProjection.updatedAt(OffsetDateTime updatedAt) |
WebhookProjection |
WebhookProjection.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<WebhookProjection> |
PageWebhookProjection.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PageWebhookProjection |
PageWebhookProjection.addContentItem(WebhookProjection contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PageWebhookProjection |
PageWebhookProjection.content(List<WebhookProjection> content) |
void |
PageWebhookProjection.setContent(List<WebhookProjection> content) |
Copyright © 2021. All rights reserved.