Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageAttachmentEntity |
AttachmentControllerApi.getAttachments(Integer page,
Integer size,
String sort,
String fileNameFilter,
OffsetDateTime since,
OffsetDateTime before)
Get email attachments
Get all attachments in paginated response.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageAttachmentEntity> |
AttachmentControllerApi.getAttachmentsWithHttpInfo(Integer page,
Integer size,
String sort,
String fileNameFilter,
OffsetDateTime since,
OffsetDateTime before)
Get email attachments
Get all attachments in paginated response.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AttachmentControllerApi.getAttachmentsAsync(Integer page,
Integer size,
String sort,
String fileNameFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageAttachmentEntity> _callback)
Get email attachments (asynchronously)
Get all attachments in paginated response.
|
Modifier and Type | Method and Description |
---|---|
PageAttachmentEntity |
PageAttachmentEntity.addContentItem(AttachmentProjection contentItem) |
PageAttachmentEntity |
PageAttachmentEntity.content(List<AttachmentProjection> content) |
PageAttachmentEntity |
PageAttachmentEntity.empty(Boolean empty) |
PageAttachmentEntity |
PageAttachmentEntity.first(Boolean first) |
static PageAttachmentEntity |
PageAttachmentEntity.fromJson(String jsonString)
Create an instance of PageAttachmentEntity given an JSON string
|
PageAttachmentEntity |
PageAttachmentEntity.last(Boolean last) |
PageAttachmentEntity |
PageAttachmentEntity.number(Integer number) |
PageAttachmentEntity |
PageAttachmentEntity.numberOfElements(Integer numberOfElements) |
PageAttachmentEntity |
PageAttachmentEntity.pageable(PageableObject pageable) |
PageAttachmentEntity |
PageAttachmentEntity.size(Integer size) |
PageAttachmentEntity |
PageAttachmentEntity.sort(Sort sort) |
PageAttachmentEntity |
PageAttachmentEntity.total(Long total) |
PageAttachmentEntity |
PageAttachmentEntity.totalElements(Long totalElements) |
PageAttachmentEntity |
PageAttachmentEntity.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.