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