| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentEntity | 
AttachmentControllerApi.getAttachment(String attachmentId)
Get an attachment entity 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<AttachmentEntity> | 
AttachmentControllerApi.getAttachmentWithHttpInfo(String attachmentId)
Get an attachment entity 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
AttachmentControllerApi.getAttachmentAsync(String attachmentId,
                  ApiCallback<AttachmentEntity> _callback)
Get an attachment entity (asynchronously) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentEntity | 
AttachmentEntity.attachmentId(String attachmentId)  | 
AttachmentEntity | 
AttachmentEntity.bucket(String bucket)  | 
AttachmentEntity | 
AttachmentEntity.contentLength(Long contentLength)  | 
AttachmentEntity | 
AttachmentEntity.contentType(String contentType)  | 
AttachmentEntity | 
AttachmentEntity.createdAt(OffsetDateTime createdAt)  | 
static AttachmentEntity | 
AttachmentEntity.fromJson(String jsonString)
Create an instance of AttachmentEntity given an JSON string 
 | 
AttachmentEntity | 
AttachmentEntity.id(UUID id)  | 
AttachmentEntity | 
AttachmentEntity.name(String name)  | 
AttachmentEntity | 
AttachmentEntity.updatedAt(OffsetDateTime updatedAt)  | 
AttachmentEntity | 
AttachmentEntity.userId(UUID userId)  | 
Copyright © 2023. All rights reserved.