| Package | Description |
|---|---|
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
InboxProjection |
InboxProjection.addTagsItem(String tagsItem) |
InboxProjection |
InboxProjection.createdAt(OffsetDateTime createdAt) |
InboxProjection |
InboxProjection.emailAddress(String emailAddress) |
InboxProjection |
InboxProjection.favourite(Boolean favourite) |
InboxProjection |
InboxProjection.id(UUID id) |
InboxProjection |
InboxProjection.name(String name) |
InboxProjection |
InboxProjection.tags(List<String> tags) |
InboxProjection |
InboxProjection.teamAccess(Boolean teamAccess) |
| Modifier and Type | Method and Description |
|---|---|
List<InboxProjection> |
PageInboxProjection.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PageInboxProjection |
PageInboxProjection.addContentItem(InboxProjection contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PageInboxProjection |
PageInboxProjection.content(List<InboxProjection> content) |
void |
PageInboxProjection.setContent(List<InboxProjection> content) |
Copyright © 2021. All rights reserved.