| Modifier and Type | Method and Description | 
|---|---|
static AttachmentResource | 
AttachmentResourceHelper.buildAttachmentResource(AttachmentData attachment)
Converts a list item describing an attachment into an attachment resource 
 | 
static AttachmentResource | 
AttachmentResourceHelper.buildAttachmentResource(AttachmentTO attachment)
Builds an attachment resource for REST-API out of the core attachment. 
 | 
static AttachmentResource[] | 
AttachmentResourceHelper.buildAttachmentResources(Collection<AttachmentData> attachments)
Converts a collection of attachment list items into an array of attachment resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentResource[] | 
NoteResource.getAttachments()
Returns the Attachments. 
 | 
AttachmentResource[] | 
GetNoteParameter.getAttachments()
Returns the Attachments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteResource.setAttachments(AttachmentResource[] attachments)
Sets Attachments. 
 | 
void | 
GetNoteParameter.setAttachments(AttachmentResource[] attachments)
Sets Attachments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentResource[] | 
GetTimelineNoteParameter.getAttachments()
Returns the Attachments. 
 | 
AttachmentResource[] | 
GetCollectionTimelineNoteParameter.getAttachments()
Returns the Attachments. 
 | 
AttachmentResource[] | 
TimelineNoteResource.getAttachments()
Returns the Attachments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetTimelineNoteParameter.setAttachments(AttachmentResource[] attachments)
Sets Attachments. 
 | 
void | 
GetCollectionTimelineNoteParameter.setAttachments(AttachmentResource[] attachments)
Sets Attachments. 
 | 
void | 
TimelineNoteResource.setAttachments(AttachmentResource[] attachments)
Sets Attachments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AttachmentResource[] | 
RequestListParser.getArrayAttachmentResource(List<String> strList)
Parses a AttachmentResource list to a AttachmentResource array. 
 | 
Copyright © 2019 Communote team. All rights reserved.