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