Package | Description |
---|---|
com.communote.plugins.api.rest.resource.note | |
com.communote.plugins.api.rest.resource.note.property |
Modifier and Type | Method and Description |
---|---|
PropertyResource[] |
NoteResource.getProperties()
Returns the Properties.
|
PropertyResource[] |
EditNoteParameter.getProperties()
Returns the Properties.
|
PropertyResource[] |
CreateNoteParameter.getProperties()
Returns the Properties.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteResource.setProperties(PropertyResource[] properties)
Sets Properties.
|
void |
EditNoteParameter.setProperties(PropertyResource[] properties)
Sets Properties.
|
void |
CreateNoteParameter.setProperties(PropertyResource[] properties)
Sets Properties.
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get note properties of property resources
|
static void |
PropertyResourceHelper.setProperties(Long noteId,
PropertyResource[] properties)
Set the properties of an note.
|
Copyright © 2019 Communote team. All rights reserved.