| Constructor and Description |
|---|
SocialEvent(String ugcId,
InputStream[] attachments) |
SocialEvent(String ugcId,
Map<String,Object> attributes,
String userId,
UGCEvent type) |
SocialEvent(String ugcId,
String attachmentId,
String userId,
UGCEvent type) |
SocialEvent(String ugcId,
String userId,
UGCEvent type) |
SocialEvent(T source,
String userId,
UGCEvent type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentId() |
InputStream[] |
getAttachments() |
<T> T |
getAttribute(String key) |
T |
getSource() |
UGCEvent |
getType() |
String |
getUgcId() |
String |
getUserId() |
void |
setAttribute(String key,
Object value) |
public SocialEvent(String ugcId, Map<String,Object> attributes, String userId, UGCEvent type)
public SocialEvent(String ugcId, InputStream[] attachments)
public T getSource()
public String getUgcId()
public InputStream[] getAttachments()
public UGCEvent getType()
public String getUserId()
public String getAttachmentId()
public <T> T getAttribute(String key)
Copyright © 2019 CrafterCMS. All Rights Reserved.