Package | Description |
---|---|
org.wso2.carbon.registry.social.api.message |
Modifier and Type | Method and Description |
---|---|
MessageCollection[] |
MessageManager.getMessageCollections(String userId,
Set<String> fields,
FilterOptions options)
Returns an array of message collections corresponding to the given user details
|
Modifier and Type | Method and Description |
---|---|
void |
MessageManager.createMessageCollection(String userId,
MessageCollection msgCollection,
String messageCollectionId)
Creates a MessageCollection of the the user with given id and attributes
|
void |
MessageManager.modifyMessageCollection(String userId,
MessageCollection msgCollection,
String messageCollectionId)
Modifies/Updates a message collection for the given arguments
|
Copyright © 2019 WSO2. All rights reserved.