Package | Description |
---|---|
com.communote.plugins.api.rest.v30.resource.note | |
com.communote.plugins.api.rest.v30.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 PropertyResource[] |
PropertyResourceHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get set of string 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.