Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
MissedEmailProjection |
MissedEmailProjection.createdAt(OffsetDateTime createdAt) |
MissedEmailProjection |
MissedEmailProjection.from(String from) |
static MissedEmailProjection |
MissedEmailProjection.fromJson(String jsonString)
Create an instance of MissedEmailProjection given an JSON string
|
MissedEmailProjection |
MissedEmailProjection.id(UUID id) |
MissedEmailProjection |
MissedEmailProjection.subject(String subject) |
MissedEmailProjection |
MissedEmailProjection.userId(UUID userId) |
Modifier and Type | Method and Description |
---|---|
List<MissedEmailProjection> |
PageMissedEmailProjection.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageMissedEmailProjection |
PageMissedEmailProjection.addContentItem(MissedEmailProjection contentItem) |
Modifier and Type | Method and Description |
---|---|
PageMissedEmailProjection |
PageMissedEmailProjection.content(List<MissedEmailProjection> content) |
void |
PageMissedEmailProjection.setContent(List<MissedEmailProjection> content) |
Copyright © 2023. All rights reserved.