Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookProjection |
WebhookProjection.createdAt(OffsetDateTime createdAt) |
WebhookProjection |
WebhookProjection.eventName(WebhookProjection.EventNameEnum eventName) |
static WebhookProjection |
WebhookProjection.fromJson(String jsonString)
Create an instance of WebhookProjection given an JSON string
|
WebhookProjection |
WebhookProjection.id(UUID id) |
WebhookProjection |
WebhookProjection.inboxId(UUID inboxId) |
WebhookProjection |
WebhookProjection.name(String name) |
WebhookProjection |
WebhookProjection.phoneNumberId(UUID phoneNumberId) |
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 © 2023. All rights reserved.