| Package | Description |
|---|---|
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
AttachmentProjection |
AttachmentProjection.attachmentId(String attachmentId) |
AttachmentProjection |
AttachmentProjection.contentLength(Long contentLength) |
AttachmentProjection |
AttachmentProjection.contentType(String contentType) |
AttachmentProjection |
AttachmentProjection.createdAt(OffsetDateTime createdAt) |
static AttachmentProjection |
AttachmentProjection.fromJson(String jsonString)
Create an instance of AttachmentProjection given an JSON string
|
AttachmentProjection |
AttachmentProjection.name(String name) |
AttachmentProjection |
AttachmentProjection.updatedAt(OffsetDateTime updatedAt) |
AttachmentProjection |
AttachmentProjection.userId(UUID userId) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentProjection> |
PageAttachmentEntity.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PageAttachmentEntity |
PageAttachmentEntity.addContentItem(AttachmentProjection contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PageAttachmentEntity |
PageAttachmentEntity.content(List<AttachmentProjection> content) |
void |
PageAttachmentEntity.setContent(List<AttachmentProjection> content) |
Copyright © 2023. All rights reserved.